Skip to content

Commit

Permalink
ci: update sanitizers workflow (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Aug 7, 2024
1 parent b002e6f commit 09fe768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Sanitizers tests

on:
workflow_call:
workflow_dispatch:
inputs:
# For more information about the supported sanitizers in Rust, see:
# https://rustc-dev-guide.rust-lang.org/sanitizers.html
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build LLVM
uses: matter-labs/era-compiler-ci/.github/actions/build-llvm@v1
with:
builder-extra-args: "--sanitizer ${{ inputs.llvm-sanitizer }}"
sanitizer: ${{ inputs.llvm-sanitizer }}
enable-assertions: true

- name: Install rustc nightly
Expand Down

0 comments on commit 09fe768

Please sign in to comment.