rm missing feature from cargo test

master
Muhammad Hamza 2 years ago
parent 33856b04f2
commit 4e3b02ac91
No known key found for this signature in database
GPG Key ID: B7812BE5DBACA4E0
  1. 2
      .github/workflows/test.yml

@ -52,7 +52,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('Cargo.lock') }}
- name: Run Tests
run: cargo test --features "strict" --all --locked
run: cargo test --all --locked
env:
RUST_BACKTRACE: 1

Loading…
Cancel
Save