Skip to content

Commit

Permalink
Build all targets in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thoren-d committed Apr 23, 2022
1 parent 636e6d7 commit 64f36ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Clippy
run: cargo clippy --all-targets --all-features -- -D clippy::all
- name: Build
run: cargo build --verbose
run: cargo build --all-targets --verbose
- name: Run tests
run: cargo test --verbose

Expand All @@ -49,4 +49,4 @@ jobs:
uses: actions/checkout@v2

- name: Check format
run: cargo fmt --verbose -- --check --verbose
run: cargo fmt --verbose -- --check --verbose
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
run: cargo build --all-targets --verbose
- name: Test
run: cargo test --verbose
- name: Publish
Expand Down

0 comments on commit 64f36ee

Please sign in to comment.