Skip to content

Commit

Permalink
prepare more commands and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Jul 19, 2024
1 parent dd50540 commit 6f3f0db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ on:
- "main"

jobs:
build:
unit-tests:
env:
GOTOOLCHAIN: local
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.22.5' ]

steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
Expand Down

0 comments on commit 6f3f0db

Please sign in to comment.