Skip to content

feat: make claims non reentrant #83

feat: make claims non reentrant

feat: make claims non reentrant #83

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Check out github repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install node
uses: actions/setup-node@v1
with:
node-version: "16.20.x"
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run unit tests
run: yarn test:unit