Skip to content

Commit ddc1153

Browse files
kkysenthedataking
authored andcommitted
dbg: run json-c/postprocess.gen.sh
1 parent a86456d commit ddc1153

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/internal-testsuite.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ jobs:
128128
export C2RUST_DIR=$PWD
129129
# Needs to be run from `tests/integration/` (or further inside)
130130
# to correctly load the `pyproject.toml`.
131-
(cd tests/integration && ./test.py json-c)
131+
(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
132135
133136
- uses: actions/upload-artifact@v4
134137
with:

0 commit comments

Comments
 (0)