Skip to content

Commit f79516e

Browse files
committed
ci: allow no tests to be present
1 parent 6e5d8a7 commit f79516e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
run: cargo xtask generate ${{ matrix.integration }} -x "cargo fetch --target $TARGET"
5757
- name: cargo build
5858
run: cargo xtask generate ${{ matrix.integration }} -x "cargo build"
59+
# graphics templates have no tests by default
5960
- name: cargo test
60-
run: cargo xtask generate ${{ matrix.integration }} -x "cargo nextest run"
61+
run: cargo xtask generate ${{ matrix.integration }} -x "cargo nextest run --no-tests warn"
6162

6263
# This allows us to have a single job we can branch protect on, rather than needing
6364
# to update the branch protection rules when the test matrix changes

0 commit comments

Comments
 (0)