Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaaaaaaaa committed Jul 5, 2024
1 parent 80f49dc commit 3be4071
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:

- name: Run tests
if: ${{ matrix.os == 'ubuntu-latest' }}
run: xvfb-run go test -v
run: |
go mod tidy # avoid pulling glfw into go.mod
xvfb-run go test -v

0 comments on commit 3be4071

Please sign in to comment.