From 09d7f1a4c4cfb852b881deac78790960f07671cf Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Thu, 12 Jan 2023 01:22:45 +0100 Subject: [PATCH] #98 Set up FreeBSD tests via CirrusCI Since we skip the sendmail test, we don't need postfix anymore --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4ee1ba7..db9523c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -22,7 +22,7 @@ freebsd_task: pkginstall_script: - pkg update -f - - pkg install -y go postfix + - pkg install -y go test_script: - go test -v -race -cover -shuffle=on ./... \ No newline at end of file