Skip to content

Commit

Permalink
feat: add run go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Apr 18, 2024
1 parent bf32f0c commit e89ff36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ jobs:
-
name: Build
run: go build .
shell: bash
-
name: Tests
run: go test ./...
shell: bash

0 comments on commit e89ff36

Please sign in to comment.