From 196c487b7c721fea039ab03ad5090cf5e1edd162 Mon Sep 17 00:00:00 2001 From: Aleksandr Bochev Date: Sun, 2 Oct 2022 10:19:03 +0200 Subject: [PATCH] extracted build phase --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3edc40b..f9cc400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,11 @@ jobs: command: check args: --workspace --all-targets --all-features + - name: Build + uses: actions-rs/cargo@v1 + with: + command: build + - name: Setup Test Enviroment run: docker-compose up -d