Skip to content

Commit

Permalink
Build all targets in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningHolmDE committed Aug 8, 2024
1 parent 568237d commit 7b860d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
components: rustfmt, clippy

- name: Run build
run: cargo build
run: cargo build --all-targets

- name: Run tests
run: cargo test
Expand Down

0 comments on commit 7b860d1

Please sign in to comment.