Skip to content

Updated testing code #5

Updated testing code

Updated testing code #5

Workflow file for this run

name: Go Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
- name: Run tests
run: go test -timeout 30s -run ^TestDecodeID$ github.com/chirag3003/hyperflake-go