Skip to content

Commit

Permalink
CI tests no caching
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 10, 2021
1 parent 898020d commit 8823157
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/cargo@v1
with:
command: build
Expand Down Expand Up @@ -60,8 +58,6 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/cargo@v1
with:
command: build
Expand Down Expand Up @@ -109,8 +105,6 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/cargo@v1
with:
command: build
Expand Down Expand Up @@ -158,8 +152,6 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/cargo@v1
with:
command: build
Expand Down Expand Up @@ -204,8 +196,6 @@ jobs:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1

- uses: actions-rs/cargo@v1
with:
command: build
Expand Down

0 comments on commit 8823157

Please sign in to comment.