Skip to content

Commit

Permalink
cache (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 authored Oct 1, 2021
1 parent e483b57 commit b4fbbbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
override: true
# These dependencies are required for `clipboard`
- run: sudo apt-get install -y -qq libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: test
Expand All @@ -64,6 +65,7 @@ jobs:
profile: minimal
override: true
components: rustfmt
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: fmt
Expand All @@ -81,6 +83,7 @@ jobs:
profile: minimal
override: true
components: clippy
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: clippy
Expand Down

0 comments on commit b4fbbbf

Please sign in to comment.