diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a798d6a4..fb569540 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -290,27 +290,26 @@ jobs: - name: Run tests run: script/test npm - # TODO: fix this and re-enable the tests. - # nuget: - # runs-on: ubuntu-latest - # needs: core - # strategy: - # matrix: - # dotnet: [ '3.1.x', '5.x' ] - # steps: - # - uses: actions/checkout@v4 - # - name: Setup dotnet - # uses: actions/setup-dotnet@v4.3.0 - # with: - # dotnet-version: ${{ matrix.dotnet }} - # - name: Set up Ruby - # uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 - # with: - # bundler-cache: true - # - name: Set up fixtures - # run: script/source-setup/nuget - # - name: Run tests - # run: script/test nuget + nuget: + runs-on: ubuntu-latest + needs: core + strategy: + matrix: + dotnet: [ '8.x', '10.x' ] + steps: + - uses: actions/checkout@v4 + - name: Setup dotnet + uses: actions/setup-dotnet@v4.3.0 + with: + dotnet-version: ${{ matrix.dotnet }} + - name: Set up Ruby + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 + with: + bundler-cache: true + - name: Set up fixtures + run: script/source-setup/nuget + - name: Run tests + run: script/test nuget pip: runs-on: ubuntu-latest