Skip to content

Merge branch 'master' of https://github.com/dd86k/blake2-d #17

Merge branch 'master' of https://github.com/dd86k/blake2-d

Merge branch 'master' of https://github.com/dd86k/blake2-d #17

Workflow file for this run

name: D
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Dub Tests
strategy:
matrix:
os: [ubuntu-latest]
dc: [dmd-latest, ldc-latest]
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 test