Skip to content

Update VERSIONS.md

Update VERSIONS.md #66

Workflow file for this run

on: [push]
name: Tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout vade-sidetree
uses: actions/checkout@v2
- name: Run cargo test
run: cargo test --release --no-fail-fast