Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fdr400 authored Dec 28, 2024
1 parent 19dcddc commit 1d3f4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Run tests (core)
run: |
cd build_debug/core
ulimit -n 4096 && ctest -V -E userver-core-unittest -E testsuite-userver-core-tests-basic-chaos-tests-deadline # ~10 failed tests
ulimit -n 4096 && ctest -V -E "userver-core-unittest|testsuite-userver-core-tests-basic-chaos-tests-deadline" # ~10 failed tests
- name: Run tests (libraries)
run: |
Expand Down

0 comments on commit 1d3f4c5

Please sign in to comment.