mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-29 14:08:40 +00:00
6 lines
132 B
Bash
Executable File
6 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
cd $(dirname $0)/../api
|
|
go test ./... -v -database -filesystem -p 1 -coverprofile=coverage.txt -covermode=atomic
|