Skip to content

Commit

Permalink
Fixes mismatching option between make and ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaine committed Apr 25, 2024
1 parent d7b99fd commit 2322d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/simulate-with-verilator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
# Checks if there is any testdata
# Check if there is any fail in that testdata
run: >-
ninja -C ${{github.workspace}}/build -k tests &&
ninja -C ${{github.workspace}}/build -k 0 tests &&
ls -A1q ${{github.workspace}}/build/tests/testdata/ | grep -q . &&
(! grep -qe "[^;]*;0" ${{github.workspace}}/build/tests/testdata/*)
Expand Down

0 comments on commit 2322d3a

Please sign in to comment.