Skip to content

test and fix engine goroutine leak, fixes #14 #37

test and fix engine goroutine leak, fixes #14

test and fix engine goroutine leak, fixes #14 #37

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Checkout
uses: actions/checkout@v3
- name: MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 5.0
mongodb-replica-set: rs0
- name: Test
run: go test ./...