Skip to content

Add Sapphire 0.9.2-testnet and Cipher 3.2.2-testnet #3

Add Sapphire 0.9.2-testnet and Cipher 3.2.2-testnet

Add Sapphire 0.9.2-testnet and Cipher 3.2.2-testnet #3

Workflow file for this run

name: ci-test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
defaults:
run:
working-directory: src
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.x"
- name: Test
run: go test -v -count=1 ./...