Fix Contact Retry Failure to Restart #541

Merged
sarah merged 17 commits from post-stable-fixes into master 2024-01-02 23:18:00 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 5714d6f1d9 - Show all commits

View File

@ -41,6 +41,8 @@ steps:
- name: deps
path: /go
commands:
- apt update
- apt install libevent-2.1-7
- export PATH=`pwd`:$PATH
- tor --version
- go test -timeout=30m -race -v cwtch.im/cwtch/testing/
@ -50,6 +52,8 @@ steps:
- name: deps
path: /go
commands:
- apt update
- apt install libevent-2.1-7
- export PATH=`pwd`:$PATH
- go test -timeout=20m -race -v cwtch.im/cwtch/testing/filesharing
- name: filesharing-autodownload-integ-test
@ -58,6 +62,8 @@ steps:
- name: deps
path: /go
commands:
- apt update
- apt install libevent-2.1-7
- export PATH=`pwd`:$PATH
- go test -timeout=20m -race -v cwtch.im/cwtch/testing/autodownload
- name: notify-gogs