Skip to content

Commit

Permalink
fixup! ci: Split out the CI setups for mutation testing
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed May 6, 2024
1 parent e49174c commit 68937d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mutants-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable

- uses: Swatinem/rust-cache@v2

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 68937d4

Please sign in to comment.