We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b986831 commit 91f8e7dCopy full SHA for 91f8e7d
.github/workflows/reusable_checks_rust.yml
@@ -100,5 +100,10 @@ jobs:
100
workload_identity_provider: ${{ secrets.GOOGLE_WORKLOAD_IDENTITY_PROVIDER }}
101
service_account: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}
102
103
- - name: cargo test --all-targets --all-features
104
- run: cargo test --all-targets --all-features
+ # Building with `--all-features` requires extra build tools like `nasm`.
+ - uses: prefix-dev/setup-pixi@v0.8.1
105
+ with:
106
+ pixi-version: v0.25.0
107
+
108
+ - name: pixi run cargo test --all-targets --all-features
109
+ run: pixi run cargo test --all-targets --all-features
0 commit comments