2020-11-22 21:36:57 +00:00
|
|
|
---
|
|
|
|
name: Tests
|
|
|
|
on: # yamllint disable-line rule:truthy
|
|
|
|
- push
|
|
|
|
- pull_request
|
|
|
|
- workflow_dispatch
|
|
|
|
jobs:
|
|
|
|
Tests:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Tests
|
2020-12-30 11:03:23 +00:00
|
|
|
run: make test
|