diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a4951de..baeb612 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,6 +14,7 @@ jobs: matrix: features: - antlr4 + - dotnet-aspire baseImage: # - debian:latest # - ubuntu:latest @@ -34,6 +35,7 @@ jobs: matrix: features: - antlr4 + - dotnet-aspire steps: - uses: actions/checkout@v3