Skip to content

Commit ff89da2

Browse files
committed
Test sanitizer=memory as well
1 parent 3f0b873 commit ff89da2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ jobs:
8484
path: ./out/artifacts
8585

8686
Mainline:
87+
strategy:
88+
matrix:
89+
sanitizer:
90+
- address
91+
- memory
92+
8793
runs-on: ubuntu-latest
8894
steps:
8995
- name: Checkout
@@ -95,6 +101,9 @@ jobs:
95101
- name: Compile mainline
96102
run: |
97103
./mainline.sh
104+
env:
105+
# test with different "sanitizers"
106+
SANITIZER: ${{ matrix.sanitizer }}
98107

99108
just_dependencies:
100109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)