diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5bb948e4..7bbec200 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,8 +26,8 @@ jobs: run: cargo clippy --all-features --verbose -- -D warnings - name: Build run: cargo build --all-features --verbose - - name: Run tests - run: cargo test --verbose - name: Build no-std run: cargo build --no-default-features --verbose + - name: Run tests + run: cargo test --verbose