Skip to content

Commit 5e2ae68

Browse files
committed
ci: enable rust cache for integration test
1 parent b73e19e commit 5e2ae68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/testing.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ jobs:
125125
name: Checkout Repository
126126
uses: actions/checkout@v3
127127

128+
- id: setup
129+
name: Setup Toolchain
130+
uses: dtolnay/rust-toolchain@stable
131+
132+
- id: cache
133+
name: Enable Job Cache
134+
uses: Swatinem/rust-cache@v2
135+
128136
- id: test
129137
name: Run Integration Tests
130138
run: ./docker/bin/e2e/run-e2e-tests.sh

0 commit comments

Comments
 (0)