Skip to content

Commit 4769ec7

Browse files
committed
x
1 parent 9a038b3 commit 4769ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353

5454
- name: Run regular tests
5555
working-directory: ${{github.workspace}}/build
56-
run: ctest -C ${{matrix.build_type}} --output-on-failure -E "fuzz"
56+
run: ctest -C ${{matrix.build_type}} --output-on-failure -E "fuzz|test_init_teardown"
5757

5858
- name: Run regular tests with proxy library
5959
working-directory: ${{env.BUILD_DIR}}
60-
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --C ${{matrix.build_type}} -output-on-failure -E "fuzz"
60+
run: LD_PRELOAD=./lib/libumf_proxy.so ctest --C ${{matrix.build_type}} -output-on-failure -E "fuzz|test_init_teardown"
6161

6262
- name: Fuzz long test
6363
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)