Skip to content

Commit

Permalink
cmake: use --target
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Jan 10, 2024
1 parent 970f4b2 commit 16b72f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-on-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
run: |
cmake -B build -DCMAKE_C_FLAGS="-Werror"
cmake --build build -j -t retest
cmake --build build -j --target retest
./build/test/retest -r -v

0 comments on commit 16b72f1

Please sign in to comment.