Skip to content

Commit 1d64948

Browse files
committed
ci: add back asan ubsan check
1 parent a71fc9d commit 1d64948

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
test-case:
2121
- linux_gcc_x86_64
22-
- linux_gcc_icelake # most capable target
22+
- linux_clang_icelake
2323
- native
2424
# Attach additional params to machine types
2525
include:
@@ -32,23 +32,23 @@ jobs:
3232
compiler: gcc
3333
compiler-version: 11.4.0
3434
run-unit-tests: true
35-
- test-case: linux_gcc_icelake
36-
machine: linux_gcc_icelake
35+
- test-case: linux_clang_icelake
36+
machine: linux_clang_icelake
3737
label: icelake
38-
extras: "rpath handholding"
38+
extras: "asan ubsan rpath handholding"
3939
deps-extras: "+dev"
4040
targets: "all integration-test fdctl firedancer"
41-
compiler: gcc
42-
compiler-version: 12.4.0
41+
compiler: clang
42+
compiler-version: 15.0.6
4343
run-unit-tests: true
4444
- test-case: native
4545
machine: native
4646
label: 512G
4747
extras: "rpath handholding"
4848
deps-extras: "+dev"
4949
targets: "all integration-test fdctl firedancer"
50-
compiler: clang
51-
compiler-version: 15.0.6
50+
compiler: gcc
51+
compiler-version: 12.4.0
5252
run-unit-tests: true
5353
run-integration-tests: true
5454
runs-on: ${{ matrix.label }}

0 commit comments

Comments
 (0)