Skip to content

Commit

Permalink
Remove rust-cache in CI for now. Build got flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed May 15, 2022
1 parent 195a284 commit 788f827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2

- uses: Swatinem/rust-cache@v1
#- uses: Swatinem/rust-cache@v1

- name: Run cargo build
uses: actions-rs/cargo@v1
Expand All @@ -46,7 +46,7 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1
#- uses: Swatinem/rust-cache@v1

- name: Run cargo test
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
toolchain: nightly
override: true

- uses: Swatinem/rust-cache@v1
#- uses: Swatinem/rust-cache@v1

- name: Build
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
crate: cargo-llvm-cov
version: 0.2.3
use-tool-cache: true
- uses: Swatinem/rust-cache@v1
#- uses: Swatinem/rust-cache@v1
- name: Coverage
env:
RUST_LOG: "debug"
Expand Down

0 comments on commit 788f827

Please sign in to comment.