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 5692501 commit 1b154a3Copy full SHA for 1b154a3
.github/workflows/ci.yaml
@@ -51,6 +51,12 @@ jobs:
51
run: echo "TARGET=$(rustc --print host-tuple)" >> "$GITHUB_ENV"
52
- name: cargo fetch --locked
53
run: cargo fetch --locked --target $TARGET
54
+ - if: ${{ matrix.integration == 'cargo-gpu' }}
55
+ name: template build
56
+ run: cargo build --workspace --exclude xtask
57
58
+ name: template test
59
+ run: cargo nextest run --workspace --exclude xtask --no-tests warn
60
- name: xtask build
61
run: cargo build -p xtask
62
- name: xtask generate
0 commit comments