Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- Try this
  • Loading branch information
deavmi committed Sep 9, 2024
1 parent 7eb5be2 commit fb8d3dd
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 @@ -36,11 +36,11 @@ jobs:
- name: 'Build & Test'
run: |
# Build the project, with its main file included, without unittests
dub build --compiler=$DC
dub build --compiler=dmd
# 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=$DC --coverage
dub test --compiler=dmd --coverage
- name: Coverage upload
run: |
Expand Down

0 comments on commit fb8d3dd

Please sign in to comment.