Skip to content

Merge pull request #18 from codex-storage/convert-from-32-bytes #89

Merge pull request #18 from codex-storage/convert-from-32-bytes

Merge pull request #18 from codex-storage/convert-from-32-bytes #89

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nim: [1.6.14]
steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v3
with:
version: ${{ matrix.nim }}
- name: Build
run: nimble install -y
- name: Test
run: nimble test -y