Skip to content

Commit

Permalink
Updated crates
Browse files Browse the repository at this point in the history
  • Loading branch information
transistorfet committed Mar 17, 2024
1 parent a46d59b commit 04fae5e
Show file tree
Hide file tree
Showing 9 changed files with 327 additions and 458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Check clippy
run: |
cargo clippy
cargo clippy --workspace
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- name: Run tests with default features
run: |
cargo test
cargo test --workspace
- name: Run tests with all features
run: |
cargo test #--features=std,fugit,femtos
cargo test --workspace #--features=std,fugit,femtos
- name: Run test with no_std
run: |
cargo test --no-default-features
cargo test --workspace --no-default-features
Loading

0 comments on commit 04fae5e

Please sign in to comment.