Skip to content

Commit 3d913fa

Browse files
committed
Split doc tests for space on disk
1 parent ffd60b7 commit 3d913fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install alsa and udev
100100
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
101101
- name: Run cargo test
102-
run: cargo test --workspace --all-features --exclude yarnspinner_without_bevy_examples
102+
run: cargo test --workspace --lib --bins --tests --examples --exclude yarnspinner_without_bevy_examples
103103

104104
test-bevy-docs:
105105
name: Test Docs with Bevy

0 commit comments

Comments
 (0)