Commit Diff
--- /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 ./...
--- /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 ./...