Skip to content

Add option to disable relayed matches after matchmaker error, fixes for tests #2

Add option to disable relayed matches after matchmaker error, fixes for tests

Add option to disable relayed matches after matchmaker error, fixes for tests #2

Workflow file for this run

name: golangci-test
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci_test:
name: test
runs-on: ubuntu-latest
services:
cockroach:
image: timveil/cockroachdb-single-node:latest
env:
DATABASE_NAME: nakama
ports:
- 26257:26257
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "stable"
cache: false
- name: golangci-test
run: go test ./...