Skip to content

Commit

Permalink
Try fixing reference to D compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Apr 9, 2024
1 parent 074e798 commit c8393f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ 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=$DC
dub test
# Ditto, in release mode.
# Sometimes D packages break in release mode, so this is important to test.
dub test --compiler=$DC --build=release
dub test --build=release

0 comments on commit c8393f0

Please sign in to comment.