Skip to content

Commit

Permalink
ci: Manually bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Aug 4, 2023
1 parent ace88a4 commit 6186326
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
env:
# The NAME makes it easier to copy/paste snippets from other CI configs
NAME: yapall
CACHE_VERSION: 1

jobs:
doc:
Expand Down Expand Up @@ -67,6 +68,8 @@ jobs:
rustup update
rustup component add clippy
- uses: Swatinem/[email protected]
with:
prefix-key: ${{ env.CACHE_VERSION }}
- name: Lint
run: cargo clippy -- --deny warnings

Expand All @@ -78,6 +81,8 @@ jobs:
with:
version: "14.0"
- uses: Swatinem/[email protected]
with:
prefix-key: ${{ env.CACHE_VERSION }}
- run: env RUSTFLAGS="@$PWD/rustc-flags" cargo test --locked --no-run
# TODO(#4)
# - run: env RUSTFLAGS="@$PWD/rustc-flags" cargo test

0 comments on commit 6186326

Please sign in to comment.