Skip to content

Commit 52c1d14

Browse files
committed
execute [go test] in ci.yml
1 parent d536c40 commit 52c1d14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ jobs:
3535
run: |
3636
cd bitbucket
3737
go run gen-accessors.go
38-
git diff --exit-code; code=$?; git checkout -- .; (exit $code)
38+
git diff --exit-code; code=$?; git checkout -- .; (exit $code)
39+
40+
- name: Tests
41+
shell: bash
42+
run: go test ./...

0 commit comments

Comments
 (0)