Skip to content

Merge pull request #1 from utking/Adding,-deleting,-and-editing-users… #5

Merge pull request #1 from utking/Adding,-deleting,-and-editing-users…

Merge pull request #1 from utking/Adding,-deleting,-and-editing-users… #5

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
- name: Test
run: go test -v ./...