We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a038b3 commit 4769ec7Copy full SHA for 4769ec7
.github/workflows/nightly.yml
@@ -53,11 +53,11 @@ jobs:
53
54
- name: Run regular tests
55
working-directory: ${{github.workspace}}/build
56
- run: ctest -C ${{matrix.build_type}} --output-on-failure -E "fuzz"
+ run: ctest -C ${{matrix.build_type}} --output-on-failure -E "fuzz|test_init_teardown"
57
58
- name: Run regular tests with proxy library
59
working-directory: ${{env.BUILD_DIR}}
60
- run: LD_PRELOAD=./lib/libumf_proxy.so ctest --C ${{matrix.build_type}} -output-on-failure -E "fuzz"
+ run: LD_PRELOAD=./lib/libumf_proxy.so ctest --C ${{matrix.build_type}} -output-on-failure -E "fuzz|test_init_teardown"
61
62
- name: Fuzz long test
63
0 commit comments