Build step tweaking
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -24,5 +24,5 @@ jobs:
|
|||||||
- name: build tests
|
- name: build tests
|
||||||
run: cd src && touch .accepted && make test
|
run: cd src && touch .accepted && make test
|
||||||
- name: build
|
- name: build
|
||||||
run: pwd && make clean && make all
|
run: cd src && touch .accepted && make clean && make all
|
||||||
|
|
||||||
Reference in New Issue
Block a user