mirror of https://github.com/dirtbags/fluffy.git
test is now a make target
This commit is contained in:
parent
44290cf2c1
commit
441f8a014e
|
@ -16,7 +16,5 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: make
|
||||
- name: Test
|
||||
run: ./test.sh
|
||||
- name: Build+test
|
||||
run: make test
|
||||
|
|
Loading…
Reference in New Issue