Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Nov 7, 2023
1 parent 182d3e4 commit 1a15ee5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
matrix:
os: ["windows-latest"]
target: ["x86_64-pc-windows-gnu"]
step: ["cargo-fmt-check", "cargo-clippy", "cargo-test", "cargo-build"]
exclude:
- os: ubuntu-latest
target: x86_64-pc-windows-gnu
step: cargo-test
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -25,5 +20,8 @@ jobs:
components: rustfmt, clippy
target: x86_64-pc-windows-gnu

- name: ${{ matrix.step }}
run: ./ci ${{ matrix.step }}
- run: cargo fmt -- --check
working-directory: ${{ github.workspace }}/v2/robotmk/

- run: cargo test --all-targets --target ${{ matrix.target }}
working-directory: ${{ github.workspace }}/v2/robotmk/

0 comments on commit 1a15ee5

Please sign in to comment.