Skip to content

Commit

Permalink
ci: enable rust cache for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Sep 13, 2023
1 parent b73e19e commit 5e2ae68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ jobs:
name: Checkout Repository
uses: actions/checkout@v3

- id: setup
name: Setup Toolchain
uses: dtolnay/rust-toolchain@stable

- id: cache
name: Enable Job Cache
uses: Swatinem/rust-cache@v2

- id: test
name: Run Integration Tests
run: ./docker/bin/e2e/run-e2e-tests.sh

0 comments on commit 5e2ae68

Please sign in to comment.