Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 9, 2024
1 parent 33856a9 commit e018b8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Build & Test
- name: Test
run: |
go test -v .
- name: Build
run: |
go generate ./cmd/aws-sdk-client-gen .
go build -o aws-sdk-client-go ./cmd/aws-sdk-client-go/main.go
go test ./...
env:
GO111MODULE: on

0 comments on commit e018b8c

Please sign in to comment.