Skip to content

Commit

Permalink
edit go workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
54L1M committed Feb 3, 2024
1 parent f122bfa commit ab345bc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:

build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -24,8 +24,5 @@ jobs:
- name: fmt
run: go fmt -x ./...

- name: Build
run: go build -v ./...

- name: Test
run: go test -v ./...

0 comments on commit ab345bc

Please sign in to comment.