Skip to content

Commit bdeef79

Browse files
committed
cleanup
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
1 parent bd249f8 commit bdeef79

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/commit.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
go:
10+
build_and_unit_test:
1111
name: Build and Unit Test (${{ matrix.platform.arch }}, ${{ matrix.platform.os }})
1212
runs-on: ${{ matrix.platform.os }}
13-
defaults:
14-
run:
15-
working-directory: ./go
1613
strategy:
1714
fail-fast: false
1815
matrix:

0 commit comments

Comments
 (0)