Skip to content

Commit 41f454d

Browse files
committed
with env var, no target
1 parent 3636e18 commit 41f454d

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
@@ -23,7 +23,7 @@ jobs:
2323
echo "Contents of .cargo:"
2424
ls -la .cargo/ || echo ".cargo directory not found"
2525
echo "Testing without RUSTFLAGS env var:"
26-
cargo build --release --bin move-mutation-test
26+
RUSTFLAGS="--cfg tokio_unstable" cargo build --release --bin move-mutation-test
2727
echo "Build completed successfully"
2828
2929
- name: Check binary exists

0 commit comments

Comments
 (0)