diff --git a/.forgejo/workflows/pr.yml b/.forgejo/workflows/pr.yml index 0f13a5d..539507e 100644 --- a/.forgejo/workflows/pr.yml +++ b/.forgejo/workflows/pr.yml @@ -18,9 +18,8 @@ jobs: - name: run the fake API server id: test run: | - go test -o=gotest - ls . - RUN_FOREVER=1 gotest & + go test -c + RUN_FOREVER=1 ./ovh-dns-update.test & sleep 1 - name: update a record uses: ./