Skip to content

Merge pull request #193 from Taraxa-project/optimize_trx_saving #571

Merge pull request #193 from Taraxa-project/optimize_trx_saving

Merge pull request #193 from Taraxa-project/optimize_trx_saving #571

Workflow file for this run

name: Run tests
on: [push]
jobs:
build:
name: check
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: Run `make check`
run: make check