This commit is contained in:
parent
062e73a6f9
commit
41de21026e
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +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 --target-dir /var/woodpecker
|
- cargo test --target-dir /var/woodpecker --features bevy/dynamic_linking
|
||||||
volumes:
|
volumes:
|
||||||
- /var/woodpecker:/var/woodpecker
|
- /var/woodpecker:/var/woodpecker
|
||||||
|
|
Loading…
Reference in a new issue