Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
ensure build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Oct 18, 2021
1 parent edee683 commit d8b7576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

## runs go test ./...
- name: Build
run: go build ./...

## runs go test ./...
- name: Test
run: go test ./...

0 comments on commit d8b7576

Please sign in to comment.