From 2834d71a127e1a5b22cf4122bcdff40004e761cd Mon Sep 17 00:00:00 2001 From: JT Date: Sat, 4 Sep 2021 20:05:36 +1200 Subject: [PATCH] improve ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43226ea689..e43ca92113 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,10 @@ jobs: override: true components: rustfmt, clippy + - uses: actions-rs/cargo@v1 + with: + command: build + - uses: actions-rs/cargo@v1 with: command: test