Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shugo Kawamura committed Aug 4, 2023
1 parent 4f3bf0f commit e722785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
go-version: '1.20'

- name: Build
run: go build -v ./...
run: cd backend && go build -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/go_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
go-version: '1.20'

- name: Test
run: go test -v -count=1 -v ./...
run: cd backend && go test -v -count=1 -v ./...

0 comments on commit e722785

Please sign in to comment.