Skip to content

Commit

Permalink
ci: run retest on Fedora (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Sep 21, 2024
1 parent c5ae272 commit b60f024
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ jobs:
- name: make
run: |
cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j
cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j 16 -t retest
- name: retest
run: |
./build/test/retest -r -v

0 comments on commit b60f024

Please sign in to comment.