Skip to content

Push tracing of Parlia system transactions so that live tracers can properly traces those state changes #4580

Push tracing of Parlia system transactions so that live tracers can properly traces those state changes

Push tracing of Parlia system transactions so that live tracers can properly traces those state changes #4580

name: Integration Test
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
truffle-test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Truffle test
run: |
make truffle-test