Skip to content

Deploy contract E2E test (draft) #433

Deploy contract E2E test (draft)

Deploy contract E2E test (draft) #433

Workflow file for this run

name: Test Unittest
on:
push:
branches:
- '**'
workflow_dispatch: {}
jobs:
test-unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
- name: Launch unittest
run: make test