feat: speed up build phase

This commit is contained in:
Pierre Mavro
2021-02-10 17:14:47 +01:00
committed by Pierre Mavro
parent 7db92ccbf4
commit 2eadd4b726
7 changed files with 128 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ jobs:
sccache --version
sccache --show-stats
echo "########## START BUILD ##########"
cargo build --release --all-features
cargo build --all-features
sccache --show-stats
selected-functionnal-tests:
runs-on: ubuntu-latest