Skip to content

Commit

Permalink
Adding examples to test
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstinnett committed Feb 17, 2024
1 parent bc7f5a8 commit 5698913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/checkout@v4
- name: Test
run: go test ./...
- name: Test Examples
run: for EX in $(ls _examples); do go run ./_examples/$EX; done
coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5698913

Please sign in to comment.