feat: add tests build to build pipeline

This commit is contained in:
Pierre Mavro
2022-05-05 12:20:09 +02:00
parent 47f17566d4
commit 91749538b7

View File

@@ -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