Skip to content

allow Comment and Hint options #54

allow Comment and Hint options

allow Comment and Hint options #54

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/mongodb-github-action@1.9.0
with:
mongodb-version: 5.0
mongodb-replica-set: rs0
- name: Test
run: go test ./...