Skip to content

Commit

Permalink
Temporarily disabling cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bazhenov committed Dec 21, 2023
1 parent a4b9e11 commit 12f5def
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: "clippy, rustfmt"
- uses: Swatinem/rust-cache@v2
#- uses: Swatinem/rust-cache@v2
- name: Checking formatting
run: cargo fmt -- --check --color always
- name: Running clippy
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
#- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test --all-targets --all-features && cargo test --doc

Expand All @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
#- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo publish --locked --dry-run

Expand All @@ -67,7 +67,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v2
#- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo install --locked --target ${{ matrix.target }} --root release --path .
- name: Package
Expand Down

0 comments on commit 12f5def

Please sign in to comment.