diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 2e44995..7674ff1 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -14,11 +14,11 @@ jobs: profile: minimal - uses: actions-rs/cargo@v1 with: - command: check + command: build args: --workspace --examples - uses: actions-rs/cargo@v1 with: - command: check + command: build args: --workspace --examples --features eh1_0_alpha - uses: actions-rs/cargo@v1 with: