Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Cache rust build deps in trial CI (#14287)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston authored Oct 25, 2022
1 parent 8c94dd3 commit d125919
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ jobs:
-e POSTGRES_PASSWORD=postgres \
-e POSTGRES_INITDB_ARGS="--lc-collate C --lc-ctype C --encoding UTF8" \
postgres:${{ matrix.job.postgres-version }}
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.58.1
override: true
- uses: Swatinem/rust-cache@v2

- uses: matrix-org/setup-python-poetry@v1
with:
python-version: ${{ matrix.job.python-version }}
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14287.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Rust cache to CI for `trial` runs.

0 comments on commit d125919

Please sign in to comment.