commit 5b535d1ce532a06f3e873c3c668b86fea7c95ba7 from: Oliver Lowe date: Thu Apr 14 01:12:10 2022 UTC Run go tests on every commit using builds.sr.ht commit - a87210a1926cf2c2c216d1121d2bba84e1e0840f commit + 5b535d1ce532a06f3e873c3c668b86fea7c95ba7 blob - /dev/null blob + 70a96baa3e7659165e272377c67571412f35e57e (mode 644) --- /dev/null +++ .build.yml @@ -0,0 +1,7 @@ +image: openbsd/latest +packages: + - go +sources: + - https://git.sr.ht/~otl/mailmux +tasks: + - test: cd mailmux && go test ./...