Skip to content

Commit

Permalink
Add --experimental build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehforsch committed Jan 16, 2025
1 parent b2f7e24 commit 65fe70a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
- run: rustup update stable && rustup default stable || rustup default stable
- name: unit-tests
run: cargo test --lib --tests --workspace
- name: experimental unit-tests
run: cargo test --lib --tests --workspace --features experimental

0 comments on commit 65fe70a

Please sign in to comment.