
- Renamed host templates to nginx templates - Generate upstream templates - Better nginx error reporting when reloading - Use tparse for golang test reporting
3 lines
61 B
Bash
Executable file
3 lines
61 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
go test -json -cover ./internal/... | tparse
|