Skip to content

Commit

Permalink
More cross fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 9, 2024
1 parent 0654052 commit edb457c
Showing 1 changed file with 14 additions and 22 deletions.
36 changes: 14 additions & 22 deletions .github/workflows/Cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,16 @@ jobs:
- name: Install Cross
run: |
cargo install [email protected]
rustup toolchain add 1.63.0
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: check
args: +1.63.0 --target ${{matrix.target}}
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: test
args: +1.63.0 - --target ${{matrix.target}}
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: test
args: +1.63.0 - --target ${{matrix.target}} --features=radix,format,compact
rustup toolchain add 1.65.0
- name: Run Check
run: |
cross +1.65.0 check --target ${{matrix.target}}
- name: Run Simple Test
run: |
cross +1.65.0 test --target ${{matrix.target}}
- name: Run Feature Test
run: |
cross +1.65.0 test --target ${{matrix.target}} --features=radix,format,compact
notest:
name: Rust ${{matrix.target}}
Expand Down Expand Up @@ -95,9 +89,7 @@ jobs:
- name: Install Cross
run: |
cargo install [email protected]
rustup toolchain add 1.63.0
- uses: actions-rs/cargo@v1
with:
use-cross: true
command: check
args: +1.63.0 --target ${{matrix.target}}
rustup toolchain add 1.65.0
- name: Run check
run: |
cross +1.65.0 check --target ${{matrix.target}}

0 comments on commit edb457c

Please sign in to comment.