Skip to content

Add two-bucket exercise #389

Add two-bucket exercise

Add two-bucket exercise #389

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
exercises:
name: Check exercises
strategy:
matrix:
os: [ubuntu-24.04, windows-2022]
dc: [dmd-2.109.0, ldc-1.38.0]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: dlang-community/setup-dlang@0a7469b93f791d83f30932c6fd105796c6966e20
with:
compiler: ${{ matrix.dc }}
- name: Run tests
run: bin/test-all-exercises