Skip to content

Commit

Permalink
♻ Cache hits
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Feb 13, 2024
1 parent b0df2c0 commit 788c94e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: fmt + lint
run: just lint-${{ matrix.target }}
- name: chown target
run: |
sudo chown -R $(user -u):$(group -g) ./target
cargo-build:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand All @@ -70,6 +73,9 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: build
run: just build-${{ matrix.target }}
- name: chown target
run: |
sudo chown -R $(user -u):$(group -g) ./target
cargo-doc:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 788c94e

Please sign in to comment.