Skip to content

Commit

Permalink
Last test: just see what happens if we don't add module concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Madrigal committed Nov 12, 2024
1 parent 808dd34 commit c91065e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'feat-**'

env:
EACHMODULE_CONCURRENCY: 2
EACHMODULE_CONCURRENCY: 1
SMITHY_GO_REPOSITORY: ${{ github.event.pull_request.head.repo.owner.login }}/smithy-go
GIT_PAT: ${{ secrets.CI_GIT_PAT}}

Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
run: go install golang.org/x/lint/golint@latest

- name: Test
run: make experimental-module
run: make ci-test-no-generate

x86-tests:
name: Unix x86 SDK tests
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
run: go install golang.org/x/lint/golint@latest

- name: Test
run: make experimental-module-no-race
run: make unit

windows-tests:
name: Windows SDK Tests
Expand All @@ -93,4 +93,4 @@ jobs:
run: ./ci-find-smithy-go.sh

- name: Test
run: make experimental-module-no-race
run: make vet build unit-test

0 comments on commit c91065e

Please sign in to comment.