chore: set version to 3.7.0-alpha (#240)
While there, make sure we don't always skip a currently failing riseupvpn test, and slightly clarify the readme.
This commit is contained in:
parent
0d4323ae66
commit
ae32ffa13b
@ -1,8 +1,8 @@
|
|||||||
# OONI Probe CLI
|
# OONI Probe Client Library and CLI
|
||||||
|
|
||||||
[](https://godoc.org/github.com/ooni/probe-cli) [](https://github.com/ooni/probe-cli/actions?query=workflow%3Ashorttests) [](https://github.com/ooni/probe-cli/actions?query=workflow%3Aalltests) [](https://coveralls.io/github/ooni/probe-cli?branch=master) [](https://goreportcard.com/report/github.com/ooni/probe-cli) [](https://github.com/ooni/probe-cli/actions?query=workflow%3Alinux-debian-packages) [](https://github.com/ooni/probe/labels/ooni%2Fprobe-cli)
|
[](https://godoc.org/github.com/ooni/probe-cli) [](https://github.com/ooni/probe-cli/actions?query=workflow%3Ashorttests) [](https://github.com/ooni/probe-cli/actions?query=workflow%3Aalltests) [](https://coveralls.io/github/ooni/probe-cli?branch=master) [](https://goreportcard.com/report/github.com/ooni/probe-cli) [](https://github.com/ooni/probe-cli/actions?query=workflow%3Alinux-debian-packages) [](https://github.com/ooni/probe/labels/ooni%2Fprobe-cli)
|
||||||
|
|
||||||
The next generation OONI Probe: library and Command Line Interface.
|
The next generation OONI Probe: client library and Command Line Interface.
|
||||||
|
|
||||||
## User setup
|
## User setup
|
||||||
|
|
||||||
|
@ -278,7 +278,9 @@ func TestFailureGeoIpServiceBlocked(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestFailureGateway(t *testing.T) {
|
func TestFailureGateway(t *testing.T) {
|
||||||
t.Skip("test currently not WAI - will restore after release")
|
if testing.Short() {
|
||||||
|
t.Skip("skip test in short mode")
|
||||||
|
}
|
||||||
var testCases = [...]string{"openvpn", "obfs4"}
|
var testCases = [...]string{"openvpn", "obfs4"}
|
||||||
eipService, err := fetchEipService()
|
eipService, err := fetchEipService()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
@ -3,5 +3,5 @@ package version
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version is the software version
|
// Version is the software version
|
||||||
Version = "3.6.0"
|
Version = "3.7.0-alpha"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user