Skip to content

Update vector to a similar API as map. Add some unittests #15

Update vector to a similar API as map. Add some unittests

Update vector to a similar API as map. Add some unittests #15

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: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dlang-community/setup-dlang@v1
- name: 'Build & Test'
run: |
dub build --compiler=$DC
dub test --compiler=$DC