Skip to content

Commit

Permalink
Use SHA hash, remove unused args to action
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Jul 11, 2023
1 parent 3d73e59 commit b479d81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
with: {submodules: true}
- name: Install Rust (${{matrix.rust}})
uses: dtolnay/rust-toolchain@stable
with: {toolchain: '${{matrix.rust}}', profile: minimal, override: true}
with: {toolchain: '${{matrix.rust}}'}
- name: Build and test
run: cargo test -vv --features static --workspace

Expand All @@ -137,7 +137,7 @@ jobs:
with: {submodules: true}
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with: {toolchain: nightly, profile: minimal, override: true}
with: {toolchain: nightly}
- name: Run test with sanitizer
env:
RUSTFLAGS: "-Z sanitizer=address"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Install tarpaulin
uses: baptiste0928/cargo-install@v2.1.0
uses: baptiste0928/cargo-install@30f432979e99f3ea66a8fa2eede53c07063995d8 # v2.1.0
with:
crate: cargo-tarpaulin
version: "0.26.0"
version: "0.26.1"

- name: Tarpaulin
run: cargo tarpaulin --verbose --out Xml --ignore-tests
Expand Down

0 comments on commit b479d81

Please sign in to comment.