Skip to content

Merge pull request #76 from blockfrost/chore/bump-version-go #146

Merge pull request #76 from blockfrost/chore/bump-version-go

Merge pull request #76 from blockfrost/chore/bump-version-go #146

Workflow file for this run

name: Test
on:
push:
branches:
- master
- feat**
- test**
- docs**
- ref**
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
env:
BLOCKFROST_PROJECT_ID: ${{ secrets.BLOCKFROST_PROJECT_ID }}
BLOCKFROST_IPFS_PROJECT_ID: ${{ secrets.BLOCKFROST_IPFS_PROJECT_ID }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.4
- name: Test
run: go clean -testcache && go test -v