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

Withdrawal Enforcement Invariant Implementation #42

Withdrawal Enforcement Invariant Implementation

Withdrawal Enforcement Invariant Implementation #42

Workflow file for this run

# Go e2e integration workflow
name: e2e-test
on:
push:
branches: [ "master", "development" ]
pull_request:
branches: [ "master", "development" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Run E2E Integration Tests
run: make e2e-test