Run Raw-rs tests only on CI (#1776)

run raw-rs tests only on CI
This commit is contained in:
Elbert Ronnie 2024-06-11 13:56:54 +05:30 committed by GitHub
parent a9a4b5cd19
commit 52d2047ca6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 4 deletions

View file

@ -87,7 +87,7 @@ jobs:
- name: 🧪 Run Rust tests
run: |
mold -run cargo nextest run
mold -run cargo nextest run --all-features
# miri:
# runs-on: self-hosted
@ -97,7 +97,7 @@ jobs:
# - name: 🧪 Run Rust miri
# run: |
# mold -run cargo +nightly miri nextest run -j32
# mold -run cargo +nightly miri nextest run -j32 --all-features
cargo-deny:
runs-on: ubuntu-latest