Skip to content

Commit

Permalink
ci: run libazureinit tests in CI (Azure#96)
Browse files Browse the repository at this point in the history
Without the --workspace flag, cargo test just runs the tests for
azure-init and not the library. While we don't currently use features,
add the flag to enable all features in case we do in the future.
  • Loading branch information
jeremycline committed Jul 3, 2024
1 parent ddfae51 commit 4f239cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Build azure-init
run: cargo build --verbose
- name: Run unit tests
run: cargo test --verbose
run: cargo test --verbose --all-features --workspace
- name: Run clippy
run: cargo clippy --verbose -- --deny warnings

0 comments on commit 4f239cf

Please sign in to comment.