Skip to content

Commit 04fae5e

Browse files
committed
Updated crates
1 parent a46d59b commit 04fae5e

File tree

9 files changed

+327
-458
lines changed

9 files changed

+327
-458
lines changed

.github/workflows/clippy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
3030
- name: Check clippy
3131
run: |
32-
cargo clippy
32+
cargo clippy --workspace

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
3232
- name: Run tests with default features
3333
run: |
34-
cargo test
34+
cargo test --workspace
3535
3636
- name: Run tests with all features
3737
run: |
38-
cargo test #--features=std,fugit,femtos
38+
cargo test --workspace #--features=std,fugit,femtos
3939
4040
- name: Run test with no_std
4141
run: |
42-
cargo test --no-default-features
42+
cargo test --workspace --no-default-features
4343
4444

0 commit comments

Comments
 (0)