Skip to content

Commit

Permalink
Run tests for oldstable (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 22, 2025
1 parent 49eae08 commit 2f9c7e3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@ concurrency:
jobs:
unit-tests:
runs-on: ubuntu-24.04

strategy:
fail-fast: false
matrix:
go-version: [oldstable, stable]
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Golang Environment
uses: actions/setup-go@v5
with:
go-version: stable
go-version: ${{ matrix.go-version }}

- name: Run Unit Tests
run: go test ./... -race -shuffle=on -v
Expand All @@ -41,7 +44,8 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- uses: lucacome/[email protected]
- name: Create/Update Draft Release
uses: lucacome/[email protected]
with:
minor-label: "enhancement"
major-label: "change"
Expand Down

0 comments on commit 2f9c7e3

Please sign in to comment.