Skip to content

Commit

Permalink
Fixing example bit
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstinnett committed Feb 20, 2024
1 parent 613aee2 commit 7828b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Test Examples
run: for EX in $(ls _examples); do go run ./_examples/$EX; done
run: go mod tidy; for EX in $(ls _examples); do go run ./_examples/$EX; done
coverage:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7828b22

Please sign in to comment.