Improve CI
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

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

View file

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