Skip to content

Commit

Permalink
Merge pull request #1812 from greenbone/ci-experimental-build
Browse files Browse the repository at this point in the history
Add `--features experimental` test to CI
  • Loading branch information
Tehforsch authored Jan 16, 2025
2 parents dc44a8a + ff4366e commit d913d00
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 d913d00

Please sign in to comment.