diff --git a/.github/workflows/cargo.yml b/.github/workflows/ci.yml similarity index 85% rename from .github/workflows/cargo.yml rename to .github/workflows/ci.yml index 42a8143d..8081c8be 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/ci.yml @@ -28,4 +28,9 @@ jobs: - uses: actions-rs/cargo@v1 with: - command: build \ No newline at end of file + command: build + + - uses: actions-rs/cargo@v1 + with: + command: test + args: --workspace