Skip to content

chore: remove block-fetch command #337

chore: remove block-fetch command

chore: remove block-fetch command #337

Workflow file for this run

name: pr
on:
pull_request:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.x
- run: |
make test
build-test-program:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.x
- run: |
make