Skip to content

Commit 8eeb6a2

Browse files
authored
Avoid using Julia startup file for SDK tests (#230)
1 parent 9275ff7 commit 8eeb6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ update-snapshots: $(PY_PARSER) $(PY_PROTO_GENERATED)
203203
cd sdks/python && uv run python -m pytest --snapshot-update
204204

205205
test-julia: $(JL_PARSER) $(JL_PROTO_GENERATED)
206-
cd sdks/julia && julia --project=LogicalQueryProtocol.jl -e 'using Pkg; Pkg.test()'
206+
cd sdks/julia && julia --startup-file=no --project=LogicalQueryProtocol.jl -e 'using Pkg; Pkg.test()'
207207

208208
test-go: $(GO_PARSER) $(GO_PROTO_GENERATED)
209209
cd sdks/go && go test ./test/...

0 commit comments

Comments
 (0)