* refactor: enable QA tests and jafar self test Part of https://github.com/ooni/probe/issues/1335 * chore: make sure all workflows run on release branches
6 lines
186 B
Shell
Executable file
6 lines
186 B
Shell
Executable file
#!/bin/sh
|
|
set -ex
|
|
export GOPATH=/jafar/QA/GOPATH GOCACHE=/jafar/QA/GOCACHE GO111MODULE=on
|
|
go build -v ./internal/cmd/miniooni
|
|
go build -v ./internal/cmd/jafar
|
|
sudo ./QA/$1.py ./miniooni
|