Skip to content

Commit

Permalink
don't update Rust twice
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Dec 2, 2023
1 parent 0c0bc25 commit f7d4235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,12 @@ jobs:
shell: bash
run: |
cd constantine
rustup update ${{ matrix.rust_toolchain }} && rustup default ${{ matrix.rust_toolchain }}
cargo test -vv
- name: Run Constantine as Rust library tests (NO Assembly)
if: matrix.target.BACKEND == 'NO_ASM'
shell: bash
run: |
cd constantine
rustup update ${{ matrix.rust_toolchain }} && rustup default ${{ matrix.rust_toolchain }}
CTT_ASM=0 cargo test -vv
- name: Run Constantine in-depth tests (Unix - with GMP, with Assembly)
Expand Down

0 comments on commit f7d4235

Please sign in to comment.