Skip to content

Commit

Permalink
adjust workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Dec 7, 2024
1 parent 1580852 commit b1cd68f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand All @@ -19,10 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'

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

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

0 comments on commit b1cd68f

Please sign in to comment.