This commit is contained in:
Jesse Portnoy
2023-07-17 23:05:40 +01:00
parent 92f93fe9d6
commit 61be1084fb
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
go-version: '1.20'
- name: Build
run: cd examples && go build syncat.go
run: cd examples && go mod tidy && go build syncat.go
- name: Test
run: go test -v