We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
json-c/postprocess.gen.sh
1 parent a86456d commit ddc1153Copy full SHA for ddc1153
1 file changed
.github/workflows/internal-testsuite.yml
@@ -128,7 +128,10 @@ jobs:
128
export C2RUST_DIR=$PWD
129
# Needs to be run from `tests/integration/` (or further inside)
130
# to correctly load the `pyproject.toml`.
131
- (cd tests/integration && ./test.py json-c)
+ (cd tests/integration && ./test.py json-c || true)
132
+ cat tests/integration/tests/json-c/postprocess.gen.sh
133
+ cat tests/integration/tests/json-c/postprocess.gen.sh.log
134
+ ./tests/integration/tests/json-c/postprocess.gen.sh
135
136
- uses: actions/upload-artifact@v4
137
with:
0 commit comments