Skip to content

Commit 4c16c31

Browse files
committed
CI: Remove cross job
We have a `Cross` job in `rust.yml` and also a `cross` workflow. The workflow is a superset of the job, remove the redundant job.
1 parent 0a46bf9 commit 4c16c31

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/rust.yml

-16
Original file line numberDiff line numberDiff line change
@@ -88,22 +88,6 @@ jobs:
8888
- name: Run test on i686
8989
run: cargo test --target i686-unknown-linux-gnu
9090

91-
Cross:
92-
name: Cross test
93-
if: ${{ !github.event.act }}
94-
runs-on: ubuntu-latest
95-
steps:
96-
- name: Checkout Crate
97-
uses: actions/checkout@v3
98-
- name: Checkout Toolchain
99-
uses: dtolnay/rust-toolchain@stable
100-
- name: Install target
101-
run: rustup target add s390x-unknown-linux-gnu
102-
- name: install cross
103-
run: cargo install cross --locked
104-
- name: run cross test
105-
run: cross test --target s390x-unknown-linux-gnu
106-
10791
WASM:
10892
name: WASM
10993
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)