From 2e53e9e60339b130a42e45b2de472b6c195a87d5 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 17 Dec 2020 17:24:44 +0100 Subject: [PATCH] Change build to build for all features Signed-off-by: trivernis --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfbe5a6..395c477 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: restore-keys: | ${{ runner.os }}-cargo- - name: Build - run: cargo build --verbose + run: cargo build --verbose --all-features - name: Run tests - run: cargo test --verbose \ No newline at end of file + run: cargo test --verbose --all-features \ No newline at end of file