We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TEST_DIR
cross
1 parent cc83ed7 commit 1f6e340Copy full SHA for 1f6e340
.github/workflows/ci.yml
@@ -122,6 +122,7 @@ jobs:
122
cargo install cross --locked --git https://github.com/cross-rs/cross
123
- name: Test
124
run: |
125
+ export TEST_DIR=$RUNNER_TEMP
126
cross test --target=${{ matrix.target }} --release --verbose
127
128
cross-build:
Cross.toml
@@ -0,0 +1,5 @@
1
+[build.env]
2
+passthrough = [
3
+ "TEST_DIR",
4
+ "TEST_DIR_SUPPORTS_UNNAMED",
5
+]
0 commit comments