Skip to content

Commit 3e37617

Browse files
committed
fixup! Test
1 parent ff51f53 commit 3e37617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# This unzip will produce the kernel bzImage.
4242
unzip artifact.zip
4343
cat <<EOF > main.sh
44-
set -e -u -o pipefail
44+
set -e
4545
export PYTHON=${PYTHON}
4646
cargo test -- --include-ignored
4747
EOF

0 commit comments

Comments
 (0)