Skip to content

Commit

Permalink
use pixi environment for cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Oct 14, 2024
1 parent b986831 commit 91f8e7d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/reusable_checks_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,10 @@ jobs:
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

- name: cargo test --all-targets --all-features
run: cargo test --all-targets --all-features
# Building with `--all-features` requires extra build tools like `nasm`.
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.25.0

- name: pixi run cargo test --all-targets --all-features
run: pixi run cargo test --all-targets --all-features

0 comments on commit 91f8e7d

Please sign in to comment.