diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 66b6808..7ae8a4d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,5 +10,7 @@ jobs: steps: - uses: actions/checkout@main - uses: dlang-community/setup-dlang@v1 + with: + compiler: ${{ matrix.dc }} - run: dub build --compiler=$DC - run: dub test --compiler=$DC