try example in github actions again

This commit is contained in:
Ben Kraft
2021-04-02 17:17:38 -07:00
parent 21954ac62d
commit 5ab592ac18
+6
View File
@@ -27,3 +27,9 @@ jobs:
- name: Run tests
run: |
go test -v ./...
- name: Run example
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
go run ./example/cmd/example/main.go