add build_release

This commit is contained in:
2023-08-08 21:12:48 +01:00
parent 046f569042
commit 458317e193
2 changed files with 52 additions and 3 deletions

View File

@@ -16,13 +16,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install or Update CA Certificates
run: |
apt update
apt install -y --reinstall ca-certificates
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: go build -v ./...
run: ./build
- name: Test
run: go test -v ./...
run: go test -v ./src