Skip to content

[feature/ISSUE-7] Store youtube-d executable as artifact #38

[feature/ISSUE-7] Store youtube-d executable as artifact

[feature/ISSUE-7] Store youtube-d executable as artifact #38

Workflow file for this run

name: Unit tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: mihails-strasuns/setup-dlang@v1
name: Install DMD
- name: Build
run: dub build
- name: Unit tests
run: dub test --coverage