We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d702 commit d7e35a3Copy full SHA for d7e35a3
.github/workflows/test-self-hosted.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Test build with RUSTFLAGS
21
run: |
22
- RUSTFLAGS="--cfg tokio_unstable" cargo build --release --bin move-mutation-test
+ RUSTFLAGS="--cfg tokio_unstable" cargo build --release --target x86_64-unknown-linux-gnu --bin move-mutation-test
23
echo "Build completed successfully"
24
25
- name: Check binary exists
0 commit comments