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 aa3a386 commit 109d452Copy full SHA for 109d452
.github/workflows/main.yaml
@@ -132,7 +132,12 @@ jobs:
132
rustup default "$channel"
133
rustup target add "${{ matrix.target }}"
134
135
- - uses: taiki-e/install-action@nextest
+ # - uses: taiki-e/install-action@nextest
136
+ # FIXME: [DO NOT MERGE] cargo-hack for testing cases where ppc64/s390x binaries are supported
137
+ - uses: taiki-e/install-action@dev-ppc-rv-z
138
+ with:
139
+ tool: nextest,cargo-hack
140
+ - run: cargo hack check --all --exclude musl-math-sys --exclude util
141
142
- uses: Swatinem/rust-cache@v2
143
with:
0 commit comments