Skip to content

Commit

Permalink
ci: enable all tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 25, 2024
1 parent 1fb4c08 commit e653241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ jobs:
cd ../pubsub-server-test
./server 127.0.0.1:9050 &
cd ../build-test
ctest --repeat until-pass:4 --output-on-failure --exclude-regex ClassicEmoteNameFiltering
ctest --repeat until-pass:4 --output-on-failure
working-directory: build-test
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
cd ..\pubsub-server-test
.\server.exe 127.0.0.1:9050 &
cd ..\build-test
ctest --repeat until-pass:4 --output-on-failure --exclude-regex ClassicEmoteNameFiltering
ctest --repeat until-pass:4 --output-on-failure
working-directory: build-test

- name: Clean Conan cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
cd ../pubsub-server-test
./server 127.0.0.1:9050 &
cd ../build-test
ctest --repeat until-pass:4 --output-on-failure --exclude-regex ClassicEmoteNameFiltering
ctest --repeat until-pass:4 --output-on-failure
working-directory: build-test

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit e653241

Please sign in to comment.