Skip to content

Commit

Permalink
Added bash script for run all unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Sep 22, 2020
1 parent f5c314e commit 9236f00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This script run all unit tests and store coverage output into coverage.out
# Require go >= 1.13

go test ./... -v -race -coverprofile=coverage.out -covermode=atomic

0 comments on commit 9236f00

Please sign in to comment.