Skip to content

Commit ec93b71

Browse files
author
Grant Ammons
committed
update workflow
1 parent 1d510fc commit ec93b71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fi
3232
3333
- name: Build
34-
run: go build -v .
34+
run: go build -v -o /tmp/ultralist .
3535

3636
- name: Test
37-
run: go test -v .
37+
run: go test -v ./...

0 commit comments

Comments
 (0)