Skip to content

fix: add gas options to all test txs #1036

fix: add gas options to all test txs

fix: add gas options to all test txs #1036

Workflow file for this run

name: Testing
on:
- pull_request
jobs:
test:
strategy:
matrix:
node-version:
- 18.x
os:
- ubuntu-22.04
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
- name: Test
run: npm run test-evm-versions