We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dd999 commit a96210bCopy full SHA for a96210b
2 files changed
.github/workflows/test.yml
@@ -12,6 +12,6 @@ jobs:
12
- uses: actions/checkout@v6
13
- uses: actions/setup-go@v5
14
with:
15
- go-version-file: go.mod
+ go-version-file: go/go.mod
16
- uses: julia-actions/setup-julia@v2
17
- - run: go test -v -timeout 300s ./go/
+ - run: go test -C go -v -timeout 300s
justfile
@@ -4,7 +4,7 @@ install:
4
npx skills add . -g -y
5
6
test:
7
- go test -C go -v -timeout 300s ./...
+ go test -C go -v -timeout 300s
8
9
release version="":
10
#!/usr/bin/env bash
0 commit comments