Skip to content

複数のDB gatewayを追加 #15

複数のDB gatewayを追加

複数のDB gatewayを追加 #15

Workflow file for this run

name: Go Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Test
run: cd backend && go test -v -count=1 -v ./...