Skip to content

Add iterators to staticDeque.nim #30

Add iterators to staticDeque.nim

Add iterators to staticDeque.nim #30

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
nimble_test:
name: nimble test
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
nim: ['stable', 'devel']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim }}
- run: nimble test -Y