Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit b7ab492

Browse files
committed
Added a script/test such that the example app can also have tests and been included in the CI test runs.
1 parent 52f0073 commit b7ab492

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
set -e
4+
go test ./... "$@"

0 commit comments

Comments
 (0)