fix gh wf

This commit is contained in:
Kirill Zhuravlev 2023-02-26 01:34:02 +01:00 committed by Avelino
parent 5d198100d1
commit 7713914b96
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -19,4 +19,4 @@ jobs:
- name: Get dependencies - name: Get dependencies
run: go get -v -t -d ./... run: go get -v -t -d ./...
- name: Run tests - name: Run tests
run: go test repo_test.go scripts.go run: go test main_test.go main.go