diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6774463..95331cd 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -43,6 +43,15 @@ jobs: dotnet-version: '10.0.x' - run: make unit + mutation: + runs-on: ubuntu-latest + steps: + - uses: https://github.com/actions/checkout@v4 + - uses: https://github.com/actions/setup-dotnet@v4 + with: + dotnet-version: '10.0.x' + - run: make mutation + compose-smoke: runs-on: ubuntu-latest steps: