We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbb09e commit 5c84170Copy full SHA for 5c84170
1 file changed
ci/run.sh
@@ -9,6 +9,9 @@ target="$1"
9
10
export RUST_BACKTRACE="${RUST_BACKTRACE:-1}"
11
12
+# For logging
13
+uname -a
14
+
15
cmd="cargo test --target $target ${LIBC_CI_ZBUILD_STD+"-Zbuild-std"}"
16
test_flags="--skip check_style"
17
0 commit comments