Skip to content

Commit

Permalink
Add build step to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Nov 7, 2023
1 parent f942086 commit fcc56ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit fcc56ca

Please sign in to comment.