Skip to content

Commit

Permalink
test: Add no_std tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Sep 11, 2024
1 parent 49d77a2 commit d397b21
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 209 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose --tests && cargo test --tests --features coerce_macro && cargo test --tests --features tracing && cargo test --tests --features log
- name: Run std tests
run: cargo test --verbose --tests
- name: Run no_std tests
run: cargo run --manifest-path tests/no_std/Cargo.toml
- name: Run feature flags tests
run: cargo test --tests --features coerce_macro && cargo test --tests --features tracing && cargo test --tests --features log
Loading

0 comments on commit d397b21

Please sign in to comment.