Skip to content

move location to the evaluation struct #47

move location to the evaluation struct

move location to the evaluation struct #47

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