Skip to content

Commit 9b165f6

Browse files
authored
cmov: test with miri on powerpc-unknown-linux-gnu (#1297)
Trying to catch the same bug from #1295 with the existing test suite
1 parent f8273af commit 9b165f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cmov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ jobs:
130130
strategy:
131131
matrix:
132132
target:
133-
- x86_64-unknown-linux-gnu
133+
- powerpc-unknown-linux-gnu
134134
- s390x-unknown-linux-gnu
135+
- x86_64-unknown-linux-gnu
135136
steps:
136137
- uses: actions/checkout@v6
137138
- uses: dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)