Skip to content

Commit

Permalink
Merge branch 'tikv:master' into fix_panics_on_stale_index
Browse files Browse the repository at this point in the history
  • Loading branch information
LykxSassinator authored Nov 5, 2024
2 parents 8f7d282 + e1c5dd8 commit 5808728
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
# tests with sanitizer on `ubuntu-latest` is supported by
# self-defined `nihtly test` job, so we don't need to test it here.
os: [ macos-latest ]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -50,14 +52,6 @@ jobs:
env:
RUST_BACKTRACE: 1
EXTRA_CARGO_ARGS: '--verbose'
- name: Run asan tests
if: ${{ matrix.os == 'ubuntu-latest' }}
run: make test
env:
RUST_BACKTRACE: 1
RUSTFLAGS: '-Zsanitizer=address'
RUSTDOCFLAGS: '-Zsanitizer=address'
EXTRA_CARGO_ARGS: '--verbose -Zbuild-std --target x86_64-unknown-linux-gnu'
stable:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 5808728

Please sign in to comment.