Skip to content

Commit 5db80b2

Browse files
committed
chore: fix pipeline
1 parent 492f46f commit 5db80b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
run: go build -v ./...
2323

2424
- name: Test
25+
env:
26+
LITHIA_STDLIB: ./stdlib
2527
run: go test -v -test.v ./...

0 commit comments

Comments
 (0)