Skip to content

Commit

Permalink
Try to run tests more directly to see if this make the github runner …
Browse files Browse the repository at this point in the history
…smarter
  • Loading branch information
obra committed Dec 14, 2023
1 parent 62ac50c commit 2cc6272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: ccache
uses: hendrikmuhs/[email protected]
- run: make setup
- run: KALEIDOSCOPE_CCACHE=1 make -j $(nproc) --output-sync=recurse simulator-tests
- run: cd tests; KALEIDOSCOPE_CCACHE=1 make -j $(nproc) --output-sync=recurse run-all
check-code-style:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2cc6272

Please sign in to comment.