From fcc56ca699e8ea463148e50a97082bc4463e505c Mon Sep 17 00:00:00 2001 From: Solomon Jacobs Date: Tue, 7 Nov 2023 17:16:00 +0100 Subject: [PATCH] Add build step to github workflow --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6c13c72..7d4f51d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,3 +29,6 @@ jobs: - run: cargo clippy --all-targets --target ${{ matrix.type.target }} -- --deny warnings working-directory: ${{ github.workspace }}/v2/robotmk/ + + - run: cargo build --target ${{ matrix.type.target }} + working-directory: ${{ github.workspace }}/v2/robotmk/