Skip to content

Merge pull request #103 from vnayar/bug/avoid-implicit-convert-dstrin… #49

Merge pull request #103 from vnayar/bug/avoid-implicit-convert-dstrin…

Merge pull request #103 from vnayar/bug/avoid-implicit-convert-dstrin… #49

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: D
on: [push, pull_request]
jobs:
test:
name: Trial Tests
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
dc: [ldc-latest, dmd-2.100.0, dmd-2.099.0, dmd-2.098.0, ldc-1.30.0, ldc-1.29.0, ldc-1.28.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.dc }}
- name: Run tests
run: dub run trial:runner