6 lines
47 B
Bash
6 lines
47 B
Bash
|
#!/usr/bin/env zsh
|
||
|
|
||
|
set -e pipefail
|
||
|
|
||
|
gotestsum
|