Skip to content

Commit

Permalink
ci: add no_std testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Dec 6, 2024
1 parent 1e31bd5 commit 2553589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable

- name: Test no_std
run: cargo test --no-default-features -F rand

- name: Test default features
run: cargo test

Expand Down

0 comments on commit 2553589

Please sign in to comment.