Skip to content

Commit

Permalink
ci: Streamline CI workflow and add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
yarlson committed Sep 15, 2024
1 parent 8924c5a commit 0de01de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
go-version: ['1.22.x', 'stable']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -41,6 +41,9 @@ jobs:
with:
args: --timeout 5m

- name: Run build
run: go build

release:
name: Build and Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0de01de

Please sign in to comment.