From 91749538b71bc733b5280c98451820033f632e29 Mon Sep 17 00:00:00 2001 From: Pierre Mavro Date: Thu, 5 May 2022 12:20:09 +0200 Subject: [PATCH] feat: add tests build to build pipeline --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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