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