Skip to content

Commit

Permalink
wip: try to run rust-cache in nix step
Browse files Browse the repository at this point in the history
  • Loading branch information
ar3s3ru committed Feb 24, 2024
1 parent 840420b commit 8d11619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Preload nix-develop shell
run: nix develop .#${{ matrix.toolchain }} --verbose -c echo "nix-develop shell loaded!"
- name: Rust cache
uses: Swatinem/rust-cache@v2
- name: Run 'cargo test'
run: nix develop .#${{ matrix.toolchain }} --verbose -c cargo test --workspace --all-features
env:
Expand Down

0 comments on commit 8d11619

Please sign in to comment.