0c48bc0746
* 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
7 lines
186 B
Bash
Executable File
7 lines
186 B
Bash
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
|