Skip to content

Commit 9390559

Browse files
committed
CI: test with no-default-features and check doc
This is used for no-std environments.
1 parent 3d12c44 commit 9390559

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- name: Build
2929
run: cargo build --verbose
30-
- name: Tests
30+
- name: Tests default features
3131
run: cargo test --verbose
32+
- name: Tests no default features
33+
run: cargo test --verbose --no-default-features
34+
- name: Check doc generation
35+
run: cargo doc --verbose

0 commit comments

Comments
 (0)