Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
ci: add --all param
Browse files Browse the repository at this point in the history
  • Loading branch information
DumpTime committed Feb 26, 2024
1 parent dfc13fa commit 4be0240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Build
run: cargo build -vr --all-features
run: cargo build -vr --all-features --all

- name: List target
run: ls -l target/release
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
shared-key: ${{ matrix.target }}

- name: Build
run: cargo build -r --target ${{ matrix.target }} --all-features
run: cargo build -r --target ${{ matrix.target }} --all-features --all

- name: Upload build artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo test -v --all-features

- name: Build
run: cargo build -v
run: cargo build -v --all

- name: List target
run: ls -l target/debug
Expand Down

0 comments on commit 4be0240

Please sign in to comment.