Skip to content

Commit

Permalink
Towards #75 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpenke committed Oct 10, 2022
1 parent 8d5f8dd commit 783fe65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
toolchain: beta # FIXME: revert to stable when 1.65 lands
components: clippy
override: true
- name: "clippy --all"
run: cargo clippy --all --tests -- -D warnings

Expand All @@ -28,6 +29,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: beta # FIXME: revert to stable when 1.65 lands
override: true
components: rustfmt
- name: Run
run: cargo fmt --all -- --check
Expand All @@ -40,6 +42,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: beta # FIXME: revert to stable when 1.65 lands
override: true
- uses: Swatinem/rust-cache@v1
- uses: taiki-e/install-action@nextest
- name: Run
Expand All @@ -54,6 +57,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: beta # FIXME: revert to stable when 1.65 lands
override: true
components: llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down

0 comments on commit 783fe65

Please sign in to comment.