foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
4.95k stars 239 forks source link

Fail check with go test or test/run.sh #618

Closed mek-yt closed 1 year ago

mek-yt commented 1 year ago

Describe the bug

I can't install maddy from AUR since version 0.7.0 without locally removing check() from the PKGBUILD.

Steps to reproduce

git clone https://github.com/foxcpp/maddy
cd maddy
go test ./...
# Fail
cd tests
./run.sh
# Fail

Log files

Output of go test ./... in file test_run.log. Output of ./run.sh in file test_go.log.

Environment information

foxcpp commented 1 year ago

Possibly related: 8834501

mek-yt commented 1 year ago

I test on d9920f0763cdaf6e49d015732b0de499299fbace and both test succeed, thanks :smile: