Revert ".builds: fix directory in CI scripts" This reverts commit b289c418209bc24030ff282e01225c94b2319156.
1 files changed, 2 insertions(+), 2 deletions(-) M .builds/freebsd.yml
M .builds/freebsd.yml => .builds/freebsd.yml +2 -2
@@ 8,10 8,10 @@ tasks: go version go env - test: | - cd xmpp.git/ + cd xmpp/ go test -v -cover ./... - lint: | - cd xmpp.git/ + cd xmpp/ go vet ./... gofmt -s -l . && [ -z "$(gofmt -s -l .)" ]