Skip to content

Commit

Permalink
Update kem.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Dec 16, 2024
1 parent 8e06ec1 commit eb7013c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/kem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ jobs:
- name: 🔨 Build Release
run: cargo build --verbose --release $RUST_TARGET_FLAG

- name: 🏃🏻 Asan MacOS
if: ${{ matrix.os == 'macos-latest' }}
run: RUSTDOCFLAGS=-Zsanitizer=address RUSTFLAGS=-Zsanitizer=address cargo +nightly test --release --target aarch64-apple-darwin
# https://github.com/cryspen/libcrux/issues/717
# - name: 🏃🏻 Asan MacOS
# if: ${{ matrix.os == 'macos-latest' }}
# run: RUSTDOCFLAGS=-Zsanitizer=address RUSTFLAGS=-Zsanitizer=address cargo +nightly test --release --target aarch64-apple-darwin

# - name: ⬆ Upload build
# uses: ./.github/actions/upload_artifacts
Expand Down

0 comments on commit eb7013c

Please sign in to comment.