Skip to content

Commit

Permalink
chore(ci): make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Apr 4, 2024
1 parent d27486f commit d8587de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
cd build
cmake -DBUILD=test ..
make
make test || make test --rerun-failed --output-on-failure
make test || ctest --rerun-failed --output-on-failure

0 comments on commit d8587de

Please sign in to comment.