diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25270fe..b73adf3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,3 +18,13 @@ jobs: verb: call args: --source=. build image stderr version: "0.11.0" + test: + runs-on: ubuntu-latest + needs: build + steps: + - uses: actions/checkout@v4 + - uses: dagger/dagger-for-github@v5 + with: + verb: call + args: --source=. test + version: "0.11.0"