feat: autogen GH workflows and split build, test, and publish (#971)

Closes https://github.com/ooni/probe/issues/2337.
This commit is contained in:
Simone Basso
2022-10-03 14:20:54 +02:00
committed by GitHub
parent 89a584f93b
commit 5466f30526
14 changed files with 998 additions and 150 deletions
+1
View File
@@ -10,6 +10,7 @@ import (
)
func TestMainWorkingAsIntended(t *testing.T) {
t.Skip("// TODO(https://github.com/ooni/probe/issues/2338)")
srvTest = true // toggle to imply that we are running in test mode
go main()
dialer := netxlite.NewDialerWithoutResolver(model.DiscardLogger)