From 62f7eef835d9416af6a76ebfdbf2e636202265f4 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 21 Aug 2023 15:08:48 +0200 Subject: [PATCH] ci: run CI with all features --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48195d0..6a66dcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,5 +24,5 @@ jobs: - uses: arduino/setup-protoc@v2 - uses: actions/checkout@v3 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - - run: cargo build --verbose - - run: cargo test --verbose + - run: cargo build --verbose --all-features + - run: cargo test --verbose --all-features