Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaaaaaaaa authored Jun 26, 2024
1 parent 3c97514 commit 3baf0d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install libgl1-mesa-dev

- name: Check out module
uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{matrix.go-version}}
go-version-file: go.mod

- name: Check out module
uses: actions/checkout@v2
with:
fetch-depth: 1

- name: Run tests
run: go test -v -race ./...

0 comments on commit 3baf0d7

Please sign in to comment.