Skip to content

Commit

Permalink
fedora: build retest
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Sep 7, 2024
1 parent 4fe04ff commit b3fb0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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: |
Expand Down

0 comments on commit b3fb0e2

Please sign in to comment.