Skip to content

Merge pull request #1 from TlexCypher/feat/fix-create-errors #14

Merge pull request #1 from TlexCypher/feat/fix-create-errors

Merge pull request #1 from TlexCypher/feat/fix-create-errors #14

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Gather dependencies
run: go mod download
- name: Run test
run: go test -shuffle=on