Skip to content

Merge pull request #1 from PRYVT/development #16

Merge pull request #1 from PRYVT/development

Merge pull request #1 from PRYVT/development #16

Workflow file for this run

name: Go
on:
push:
branches: ["main", "development"]
tags:
- "*"
pull_request:
branches: ["main", "development"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23.1"
- name: Test
run: go test -v ./...