diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 097f1f7..8337c95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,4 +82,4 @@ jobs: with: toolchain: "1.65" override: true - - run: cargo test --all-features + - run: cargo build --all-features