Skip to content

Commit

Permalink
test examples in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rtbo committed Aug 16, 2023
1 parent 23f4dea commit 5f7b203
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,11 @@ jobs:
- name: Test Dub package
run: dub run --arch=x86_64
working-directory: .github/dub_test

- name: Test download_unbox Example
run: ./download_unbox.d
working-directory: examples

- name: Test box_upload Example
run: ./box_upload.d
working-directory: examples

0 comments on commit 5f7b203

Please sign in to comment.