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 3f0b873 commit ff89da2Copy full SHA for ff89da2
.github/workflows/ci.yml
@@ -84,6 +84,12 @@ jobs:
84
path: ./out/artifacts
85
86
Mainline:
87
+ strategy:
88
+ matrix:
89
+ sanitizer:
90
+ - address
91
+ - memory
92
+
93
runs-on: ubuntu-latest
94
steps:
95
- name: Checkout
@@ -95,6 +101,9 @@ jobs:
101
- name: Compile mainline
96
102
run: |
97
103
./mainline.sh
104
+ env:
105
+ # test with different "sanitizers"
106
+ SANITIZER: ${{ matrix.sanitizer }}
98
107
99
108
just_dependencies:
100
109
0 commit comments