Skip to content

Commit

Permalink
chore: skip windows and race
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Aug 13, 2024
1 parent c7e5f9d commit 81b3a17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-test-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"skipRace": true,
"skipOSes": ["windows"]
}

0 comments on commit 81b3a17

Please sign in to comment.