3 lines
No EOL
42 B
Bash
3 lines
No EOL
42 B
Bash
#!/bin/sh
|
|
set -e
|
|
go test -cover ./actions |