Improve CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-03-01 08:20:18 -05:00
parent 062e73a6f9
commit 41de21026e
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -10,6 +10,6 @@ steps:
- chmod +x /usr/bin/sccache
- sccache --start-server
- sccache --show-stats
- cargo test --target-dir /var/woodpecker
- cargo test --target-dir /var/woodpecker --features bevy/dynamic_linking
volumes:
- /var/woodpecker:/var/woodpecker