Skip to content

feat: Introduce shasta hardfork #13

feat: Introduce shasta hardfork

feat: Introduce shasta hardfork #13

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
go-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run dev-tagged tests
env:
GAIKO: "1"
run: go test -timeout 30s -v -count=1 -tags dev github.com/taikoxyz/gaiko/tests