Skip to content

feat: strongly typed ciphertext, public and private keys #6

feat: strongly typed ciphertext, public and private keys

feat: strongly typed ciphertext, public and private keys #6

Workflow file for this run

name: Unit Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Hardhat unit test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Environment
uses: actions/setup-node@v3
with:
node-version: "18.x"
- name: Run tests
run: |
npm install
npm run test
# - name: Check formatting
# run: |
# npm run prettier:check