Skip to content

Commit

Permalink
Test all targets in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Dec 14, 2023
1 parent e03197a commit b984399
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ jobs:
clippy_flags: --all-features --release

- name: Run tests
run: cargo test --release
run: cargo test --release --all

# Clap has specific debug asserts when generating completions
- name: Run Completion generation test
run: cargo test generating_completions --bin fp

- name: Generate manifest
run: target/release/fp version -o json > manifest.json
Expand Down

0 comments on commit b984399

Please sign in to comment.