We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3636e18 commit 41f454dCopy full SHA for 41f454d
.github/workflows/test-self-hosted.yml
@@ -23,7 +23,7 @@ jobs:
23
echo "Contents of .cargo:"
24
ls -la .cargo/ || echo ".cargo directory not found"
25
echo "Testing without RUSTFLAGS env var:"
26
- cargo build --release --bin move-mutation-test
+ RUSTFLAGS="--cfg tokio_unstable" cargo build --release --bin move-mutation-test
27
echo "Build completed successfully"
28
29
- name: Check binary exists
0 commit comments