mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: add tests build to build pipeline
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
||||
sccache --version
|
||||
sccache --show-stats
|
||||
echo "########## START BUILD ##########"
|
||||
cargo build --all-features
|
||||
cargo build --all-features --tests
|
||||
sccache --show-stats
|
||||
echo "########## START UNIT TESTS ##########"
|
||||
cargo test
|
||||
|
||||
Reference in New Issue
Block a user