diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ba465df9..df94bc3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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