Skip to content

Commit 33940df

Browse files
committed
GH-245: Fix jelly-text serialization in AoT builds
Add regression test
1 parent fcfbd00 commit 33940df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/aot-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
# Test rdf validate
7171
target/graalvm-native-image/jelly-cli \
7272
rdf validate out.jelly --compare-to-rdf-file in.nt
73+
74+
# Test conversion to Jelly-text (requires ProtobufFeature)
75+
target/graalvm-native-image/jelly-cli \
76+
rdf from-jelly --out-format=jelly-text out.jelly > out.jellytxt && \
77+
[ -s out.jellytxt ]
7378
7479
- name: Upload binary
7580
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)