Skip to content

Merge branch 'main' of https://github.com/qiushiyan/degit #6

Merge branch 'main' of https://github.com/qiushiyan/degit

Merge branch 'main' of https://github.com/qiushiyan/degit #6

Workflow file for this run

name: Test backend
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
- name: Test
run: go test -v ./...