Skip to content

Commit

Permalink
try actions-rs/cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Jan 25, 2024
1 parent 38152b3 commit 3f5bba0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ jobs:
with:
toolchain: stable
use-cross: true
- run: cross build --release --all-features --target ${{ matrix.target }}
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features --target ${{ matrix.target }}

0 comments on commit 3f5bba0

Please sign in to comment.