Skip to content

Commit

Permalink
Sigh apparently this is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed May 5, 2022
1 parent 6e5f54e commit 11fa110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
default: true
profile: minimal
components: clippy
- name: install ninja
uses: seanmiddleditch/gha-setup-ninja@v3
- name: clippy
uses: actions-rs/clippy-check@v1
with:
Expand Down Expand Up @@ -61,6 +63,8 @@ jobs:
toolchain: ${{ matrix.toolchain }}
default: true
profile: minimal
- name: install ninja
uses: seanmiddleditch/gha-setup-ninja@v3
- uses: Swatinem/rust-cache@v1
- name: test
run: cargo test --workspace --all-targets
Expand Down

0 comments on commit 11fa110

Please sign in to comment.