Skip to content

[FIX] HashSet and OrderedSet not being decoded/encoded properly, thus… #81

[FIX] HashSet and OrderedSet not being decoded/encoded properly, thus…

[FIX] HashSet and OrderedSet not being decoded/encoded properly, thus… #81

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v4.5.0
- run: nimble install -y --verbose
- run: nimble test --verbose