Update to v5 schema (#72)

This commit is contained in:
2023-04-29 01:40:03 -05:00
committed by GitHub
parent cc53aa02b2
commit f09675a0f3
9 changed files with 30 additions and 60 deletions
@@ -1,13 +1,9 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Basic Go build and test
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
@@ -26,5 +22,5 @@ jobs:
- name: Run test
run: |
sleep 30;
go test -v ./...
sleep 30
go test -v ./...