From aab103c8bb1b3289b3c131dca1eb5e76f4b9ff10 Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Mon, 17 Apr 2023 10:50:13 -0700 Subject: [PATCH] Fix CI. --- .github/workflows/standard.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 634d12b..772ca4c 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -2,9 +2,9 @@ name: Standard checks on: push: - branches: [ master ] + branches: [master] pull_request: - branches: [ master ] + branches: [master] jobs: ci: @@ -44,6 +44,7 @@ jobs: - uses: actions-rs/cargo@v1.0.3 with: command: test + args: --all-features - uses: actions-rs/cargo@v1.0.3 with: