We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5d8a7 commit f79516eCopy full SHA for f79516e
1 file changed
.github/workflows/ci.yaml
@@ -56,8 +56,9 @@ jobs:
56
run: cargo xtask generate ${{ matrix.integration }} -x "cargo fetch --target $TARGET"
57
- name: cargo build
58
run: cargo xtask generate ${{ matrix.integration }} -x "cargo build"
59
+ # graphics templates have no tests by default
60
- name: cargo test
- run: cargo xtask generate ${{ matrix.integration }} -x "cargo nextest run"
61
+ run: cargo xtask generate ${{ matrix.integration }} -x "cargo nextest run --no-tests warn"
62
63
# This allows us to have a single job we can branch protect on, rather than needing
64
# to update the branch protection rules when the test matrix changes
0 commit comments