Skip to content

Commit

Permalink
Remove directory from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilken Rivera committed Mar 7, 2023
1 parent dcc669e commit e5ba35c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
go-version:
- 1.18
- 1.19
directory:
- .
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -53,20 +51,17 @@ jobs:
run: go mod download

- name: Run gofmt
working-directory: ${{ matrix.directory }}
run: |
make fmt-check
- name: Run Go Generate Check
working-directory: ${{ matrix.directory }}
run: |
make generate-check
- name: Install gotestsum
run: go install gotest.tools/[email protected]

- name: Run Go tests
working-directory: ${{ matrix.directory }}
run: |
PACKAGE_NAMES=$(go list ./...)
echo "Running $(echo $PACKAGE_NAMES | wc -w) packages"
Expand Down Expand Up @@ -122,7 +117,6 @@ jobs:

- name: Run Go tests
shell: bash
working-directory: ${{ matrix.directory }}
run: |
PACKAGE_NAMES=$(go list ./...)
echo "Running $(echo $PACKAGE_NAMES | wc -w) packages"
Expand Down

0 comments on commit e5ba35c

Please sign in to comment.