Skip to content

Commit 109d452

Browse files
committed
[DO NOT MERGE] test
1 parent aa3a386 commit 109d452

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,12 @@ jobs:
132132
rustup default "$channel"
133133
rustup target add "${{ matrix.target }}"
134134
135-
- uses: taiki-e/install-action@nextest
135+
# - 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
136141

137142
- uses: Swatinem/rust-cache@v2
138143
with:

0 commit comments

Comments
 (0)