Skip to content

UnitTests

UnitTests #18

Workflow file for this run

name: UnitTests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
- name: Run tests
run: dub test