Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

ci: Basic tests

ci: Basic tests #9

Workflow file for this run

name: Tests
on: pull_request
jobs:
tests:
runs-on: matterlabs-ci-runner
container:
image: matterlabs/zk-environment:latest2.0-lightweight
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
npm install -g ts-node
npm install -g mocha
mocha test/system-contract-test.test.ts