Skip to content

Commit

Permalink
Merge pull request #30 from blip-radar/dependabot/github_actions/Dete…
Browse files Browse the repository at this point in the history
…rminateSystems/nix-installer-action-11
  • Loading branch information
fpletz authored May 12, 2024
2 parents ef12756 + 9584a6a commit e31baf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.toml') }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
uses: DeterminateSystems/nix-installer-action@v11
- name: Run cargo test
run: nix develop --command cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- uses: k1LoW/octocov-action@v1
Expand All @@ -57,7 +57,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('**/Cargo.toml') }}
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
uses: DeterminateSystems/nix-installer-action@v11
- name: Run clippy
run: nix develop --command cargo clippy -- -D warnings
# FIXME: remove when fix clippy warnings are fixed
Expand All @@ -72,6 +72,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v10
uses: DeterminateSystems/nix-installer-action@v11
- name: Run cargo fmt
run: nix develop --command cargo fmt --all -- --check

0 comments on commit e31baf7

Please sign in to comment.