Skip to content

Commit

Permalink
set max go procs to 1 to test ci time and failure rate
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Oct 23, 2024
1 parent 4fe4194 commit ca45fa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,11 @@ jobs:
if: ${{ contains(matrix.os, 'macos') }}

- name: Test
env:
GOMAXPROCS: 1
run: make test


- name: Cache build output
uses: actions/cache@v4
with:
Expand Down

0 comments on commit ca45fa2

Please sign in to comment.