Skip to content

fix(fortuna): Fix eip1559 detection (#1598) #279

fix(fortuna): Fix eip1559 detection (#1598)

fix(fortuna): Fix eip1559 detection (#1598) #279

Workflow file for this run

name: Check Fortuna
on:
pull_request:
paths: [apps/fortuna/**]
push:
branches: [main]
paths: [apps/fortuna/**]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-07-23
override: true
- name: Run executor tests
run: cargo test --manifest-path ./apps/fortuna/Cargo.toml