Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
ci: run cargo test --all --no-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Oct 19, 2020
1 parent 052fb30 commit 0fe03fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- name: Build
run: cargo build --all --all-targets
- name: Run tests
run: cargo test --all --all-targets
run: |
cargo test --all --all-targets
cargo test --all --no-default-features
no-std:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0fe03fb

Please sign in to comment.