Skip to content

Commit d7e35a3

Browse files
committed
add target on test workflow
1 parent ba0d702 commit d7e35a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Test build with RUSTFLAGS
2121
run: |
22-
RUSTFLAGS="--cfg tokio_unstable" cargo build --release --bin move-mutation-test
22+
RUSTFLAGS="--cfg tokio_unstable" cargo build --release --target x86_64-unknown-linux-gnu --bin move-mutation-test
2323
echo "Build completed successfully"
2424
2525
- name: Check binary exists

0 commit comments

Comments
 (0)