Skip to content

Commit

Permalink
Add building executable to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel committed Aug 15, 2023
1 parent 7fdd55d commit 5a156c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:

- name: Run tests
run: dub test --arch=x86_64

- name: Build app
run: dub build --arch=x86_64

0 comments on commit 5a156c2

Please sign in to comment.