diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index 272e819..1cecf54 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -11,6 +11,6 @@ jobs: - name: Init run: bpkg create -d /build cc config.cxx=g++ - name: Build - run: cd /build && bpkg --yes build $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA + run: cd /build && bpkg build --yes $GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git##$GITHUB_SHA - name: Test - run: cd /build && bpkg --yes test libcopy-test + run: cd /build && bpkg test --yes libcopy-test