4 lines
42 B
Bash
4 lines
42 B
Bash
#!/bin/sh
|
|
set -e
|
|
go test -cover ./runner
|
#!/bin/sh
|
|
set -e
|
|
go test -cover ./runner
|