Skip to content

Commit

Permalink
tests job added
Browse files Browse the repository at this point in the history
  • Loading branch information
bakhterets committed Oct 3, 2024
1 parent 0ce5d2a commit 520a046
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/golangci-lint.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,13 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3

tests:
name: go-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: make test

0 comments on commit 520a046

Please sign in to comment.