mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-17 08:45:12 +00:00
Do not test all features
This test takes forever and we run out of disk space doing it. This is a problem for upstream to handle, we're fine if things work for us.
This commit is contained in:
@@ -285,18 +285,3 @@ jobs:
|
||||
api-level: ${{ matrix.api-level }}
|
||||
arch: ${{ matrix.emulator-arch }}
|
||||
script: .github/workflows/rust-android-run-tests-on-emulator.sh
|
||||
|
||||
features:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
# skip FIPS features outside of Linux
|
||||
SKIP_FEATURES: ${{ matrix.os != 'ubuntu-latest' && 'rustls-aws-lc-rs-fips,aws-lc-rs-fips' || '' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: taiki-e/install-action@cargo-hack
|
||||
- run: cargo hack check --feature-powerset --optional-deps --no-dev-deps --ignore-unknown-features --ignore-private --group-features runtime-async-std,async-io,async-std --group-features runtime-smol,async-io,smol --skip "${{env.SKIP_FEATURES}}"
|
||||
|
||||
Reference in New Issue
Block a user