Give up on running example in GitHub Actions for now

This commit is contained in:
Ben Kraft
2020-03-27 16:27:08 -07:00
parent 8df2900607
commit 6caa3fc6c4
3 changed files with 10 additions and 7 deletions
-4
View File
@@ -27,7 +27,3 @@ jobs:
- name: Run tests
run: |
go test -v ./...
- name: Run example
run: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} go run ./example/cmd/example/main.go benkraft