We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9275ff7 commit 8eeb6a2Copy full SHA for 8eeb6a2
1 file changed
Makefile
@@ -203,7 +203,7 @@ update-snapshots: $(PY_PARSER) $(PY_PROTO_GENERATED)
203
cd sdks/python && uv run python -m pytest --snapshot-update
204
205
test-julia: $(JL_PARSER) $(JL_PROTO_GENERATED)
206
- cd sdks/julia && julia --project=LogicalQueryProtocol.jl -e 'using Pkg; Pkg.test()'
+ cd sdks/julia && julia --startup-file=no --project=LogicalQueryProtocol.jl -e 'using Pkg; Pkg.test()'
207
208
test-go: $(GO_PARSER) $(GO_PROTO_GENERATED)
209
cd sdks/go && go test ./test/...
0 commit comments