Skip to content

Commit

Permalink
chore: add rust setup and cache to e2e (#2643)
Browse files Browse the repository at this point in the history
* add rust setup and cache to e2e

* skip rust setup on windows runs
  • Loading branch information
chris-olszewski committed Nov 8, 2022
1 parent 37ae005 commit 8d0d068
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr-go-e2e-filtered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ jobs:
- name: E2E Tests
run: pnpm -- turbo run e2e --filter=cli

- name: Setup rust
if: matrix.os != 'windows-latest'
uses: actions-rs/toolchain@v1

- name: Setup rust cache
if: matrix.os != 'windows-latest'
uses: Swatinem/rust-cache@v2
with:
key: test

- name: Cache Prysk
if: matrix.os != 'windows-latest'
id: cache-prysk
Expand Down

0 comments on commit 8d0d068

Please sign in to comment.