Skip to content

Bump github.com/onflow/flow-go-sdk from 1.10.5 to 1.10.8 #28

Bump github.com/onflow/flow-go-sdk from 1.10.5 to 1.10.8

Bump github.com/onflow/flow-go-sdk from 1.10.5 to 1.10.8 #28

Workflow file for this run

name: Test
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v22
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v14
- name: Test
run: nix develop --command just test