We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d600a6c commit 0668943Copy full SHA for 0668943
.github/workflows/rust.yml
@@ -88,22 +88,6 @@ jobs:
88
- name: Run test on i686
89
run: cargo test --target i686-unknown-linux-gnu
90
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
-
107
WASM:
108
name: WASM
109
runs-on: ubuntu-latest
0 commit comments