mirror of
https://github.com/flavioribeiro/donut.git
synced 2025-10-05 15:06:51 +08:00
11 lines
220 B
Bash
Executable File
11 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
source ./scripts/mac_check_deps.sh
|
|
|
|
# deps
|
|
source ./scripts/setup_deps_flags.sh
|
|
|
|
# For debugging:
|
|
# go test -v -p 1 ./...
|
|
# ref https://github.com/golang/go/issues/46959#issuecomment-1407594935
|
|
|
|
go test ./... |