We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492f46f commit 5db80b2Copy full SHA for 5db80b2
.github/workflows/go.yml
@@ -22,4 +22,6 @@ jobs:
22
run: go build -v ./...
23
24
- name: Test
25
+ env:
26
+ LITHIA_STDLIB: ./stdlib
27
run: go test -v -test.v ./...
0 commit comments