Skip to content

feat: ERC1155 without safe logic #1

feat: ERC1155 without safe logic

feat: ERC1155 without safe logic #1

Workflow file for this run

name: massa sc ci tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Install
run: npm ci
- name: Test
run: npm run test