Skip to content

Commit 6aba344

Browse files
committed
[#957] Enable sanitizers on mac-os
Signed-off-by: Ziad Mostafa <[email protected]>
1 parent ebb2c84 commit 6aba344

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ jobs:
682682
if: ${{ needs.changes.outputs.source-code == 'true' }}
683683
strategy:
684684
matrix:
685-
os: [ubuntu-latest]
685+
os: [ubuntu-latest, macos-latest]
686686
toolchain: [stable]
687687
sanitizer: ["address", "ub", "address;ub", "thread"]
688688
timeout-minutes: 60
@@ -712,6 +712,7 @@ jobs:
712712
artifact-upload-name: ${{ runner.os }}-cargo-nextest
713713

714714
- name: Prepare Linux
715+
if: ${{ matrix.os == 'ubuntu-latest' }}
715716
run: |
716717
internal/scripts/ci_prepare_ubuntu.sh
717718
uname -a

0 commit comments

Comments
 (0)