Skip to content

Commit

Permalink
ci/ssl: add retest action step
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed May 22, 2024
1 parent d7306bc commit a012beb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,13 @@ jobs:
run: |
wget "https://github.com/baresip/tools/releases/download/v2024.05.0/assets.tar.gz"
tar -xf assets.tar.gz
- name: make
run: cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j
run: |
cmake -B build -DCMAKE_C_FLAGS="-Werror"
cmake --build build -j
cmake --build build -t retest
- name: retest
run: |
./build/test/retest -r -v

0 comments on commit a012beb

Please sign in to comment.