Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai authored Aug 24, 2024
1 parent 303e2c1 commit d24eab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:

build:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -24,10 +24,10 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Build
run: go build -v ./...
- name: Build main executable
run: go build -o main .

- name: Go Test
- name: Run Go tests
run: go test -v ./...

- name: Install jq
Expand Down

0 comments on commit d24eab8

Please # to comment.