Skip to content

Commit

Permalink
feat(ci): update test ci to use specific stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent f6fcf4e commit 72d475f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: sudo apt-get install -y protobuf-compiler
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.71.0
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand All @@ -24,8 +26,8 @@ jobs:
- uses: pdm-project/setup-pdm@v3
name: Setup PDM
with:
python-version: 3.11.2
architecture: x64
python-version: 3.9
architecture: x86
- name: run spec tests
run: ./test/spec-tests/ci/run-spec-tests.sh

Expand All @@ -40,6 +42,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.71.0
- name: Install toolchain (nightly)
run: rustup toolchain add nightly --component rustfmt --profile minimal
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 72d475f

Please sign in to comment.