File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ # `cross` configuration for running tests. Treated like `Cross.toml` if enabled
2
+ # with `CROSS_CONFIG=etc/docker/test-cross.toml`. This avoids affecting other
3
+ # `cross` usage, e.g. in `release.yml`. See `cross-test` recipes in `justfile`.
4
+
1
5
[build .env ]
2
6
passthrough = [
3
7
" CI" ,
Original file line number Diff line number Diff line change @@ -231,7 +231,8 @@ cross-image target:
231
231
232
232
# Test another platform with `cross`
233
233
cross-test target : (cross-image target)
234
- NO_PRELOAD_CXX=1 cross test --workspace --no-fail-fast --target " {{ target }} " \
234
+ CROSS_CONFIG=etc/ docker/ test-cross.toml NO_PRELOAD_CXX=1 \
235
+ cross test --workspace --no-fail-fast --target " {{ target }} " \
235
236
- -no-default-features --features max-pure \
236
237
- - --skip realpath::fuzzed_timeout
237
238
You can’t perform that action at this time.
0 commit comments