Skip to content

If user is 0, they should be able to write to any groups #65

If user is 0, they should be able to write to any groups

If user is 0, they should be able to write to any groups #65

Workflow file for this run

name: unit-tests
on:
pull_request:
branches:
- main
jobs:
unit-tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Run unit tests
run: |
make test