Skip to content

Commit

Permalink
Merge pull request #10 from 12932/renovate/actions-rs-cargo-1.x
Browse files Browse the repository at this point in the history
Update actions-rs/cargo action to v1.0.3
  • Loading branch information
12932 authored Aug 6, 2024
2 parents 909615a + 3793558 commit 2821dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Build tests
uses: actions-rs/[email protected].1
uses: actions-rs/[email protected].3
with:
command: test
args: --no-run --locked ${{ matrix.features }} --target=${{ matrix.info.target }}
Expand All @@ -127,7 +127,7 @@ jobs:
RUST_BACKTRACE: full

- name: Run tests
uses: actions-rs/[email protected].1
uses: actions-rs/[email protected].3
with:
command: test
args: --no-fail-fast ${{ matrix.features }} --target=${{ matrix.info.target }} -- --nocapture --quiet
Expand Down

0 comments on commit 2821dc5

Please sign in to comment.