Skip to content

Commit

Permalink
. e Add run_tests.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclerc-cio committed Nov 22, 2024
1 parent 51c4f30 commit 3b0b06b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

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

0 comments on commit 3b0b06b

Please sign in to comment.