We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfbd00 commit 33940dfCopy full SHA for 33940df
.github/workflows/aot-test.yml
@@ -70,6 +70,11 @@ jobs:
70
# Test rdf validate
71
target/graalvm-native-image/jelly-cli \
72
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 ]
78
79
- name: Upload binary
80
uses: actions/upload-artifact@v4
0 commit comments