Skip to content

Commit 6265c5e

Browse files
4ogfbaeuerle
authored andcommitted
Remove //score/containers exclusions from sanitizers workflow
The tests are fixed and passing sanitizers now.
1 parent ee4d683 commit 6265c5e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/sanitizers_linux.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,4 @@ jobs:
3939
- name: Bazel Test with Sanitizers
4040
run: |
4141
bazel test --config bl-x86_64-linux --config=asan_ubsan_lsan --build_tests_only -- //score/... \
42-
-//score/language/safecpp/aborts_upon_exception:abortsuponexception_toolchain_test \
43-
-//score/containers:dynamic_array_test \
44-
-//score/containers:non_relocatable_vector_emplace_back_test \
45-
-//score/containers:non_relocatable_vector_special_member_funcs_test \
46-
-//score/containers:non_relocatable_vector_test
42+
-//score/language/safecpp/aborts_upon_exception:abortsuponexception_toolchain_test

0 commit comments

Comments
 (0)