Skip to content

Commit

Permalink
Update d.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deavmi authored Oct 1, 2023
1 parent e22e040 commit 8f9bf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
dc: [dmd, ldc, gdc]
dc: [dmd-latest, ldc-latest, gdc-latest]

runs-on: ubuntu-latest

Expand All @@ -41,7 +41,7 @@ jobs:
# Build and run tests, as defined by `unittest` configuration
# In this mode, `mainSourceFile` is excluded and `version (unittest)` are included
# See https://dub.pm/package-format-json.html#configurations
dub test --compiler=${{ matrix.dc }} --coverage
dub test --coverage
- name: Coverage upload
run: |
Expand Down

0 comments on commit 8f9bf2d

Please # to comment.