Skip to content

Add Sapphire 0.10.1-testnet and Cipher 3.3.1-testnet #10

Add Sapphire 0.10.1-testnet and Cipher 3.3.1-testnet

Add Sapphire 0.10.1-testnet and Cipher 3.3.1-testnet #10

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 ./...