Skip to content

When encoding type with alias-this, fields in the child that were alr… #24

When encoding type with alias-this, fields in the child that were alr…

When encoding type with alias-this, fields in the child that were alr… #24

Workflow file for this run

name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push: ~
pull_request:
branches: [master]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
test:
name: Dub Tests
strategy:
matrix:
dc: [dmd-2.097.2, dmd-2.099.1, ldc-1.27.1, ldc-1.29.0]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- name: Run tests
run: dub test