We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff51f53 commit 3e37617Copy full SHA for 3e37617
.github/workflows/test-linux.yml
@@ -41,7 +41,7 @@ jobs:
41
# This unzip will produce the kernel bzImage.
42
unzip artifact.zip
43
cat <<EOF > main.sh
44
- set -e -u -o pipefail
+ set -e
45
export PYTHON=${PYTHON}
46
cargo test -- --include-ignored
47
EOF
0 commit comments