From c91065eaaa0b73ce2c6ccaf7d7697d305730fd82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Madrigal=20=F0=9F=90=A7?= <599908+Madrigal@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:36:14 -0500 Subject: [PATCH] Last test: just see what happens if we don't add module concurrency --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c277b5c1fd6..2799f71ef53 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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}} @@ -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 @@ -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 @@ -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