Skip to content

Commit

Permalink
Add testing job to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mateimicu committed May 1, 2020
1 parent ec72b40 commit cc4711f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ jobs:
- name: Basic build of the project
run: |
go build main.go
test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- name: Run Tests
run: |
go test -v ./...

0 comments on commit cc4711f

Please sign in to comment.