1
0
Wiktor Zykubek bfa2e99b7b
All checks were successful
Go / build (push) Successful in 21s
ci: upload binary after build
2024-12-27 06:45:36 +01:00

31 lines
492 B
YAML

name: Go
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23.4'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
- name: Upload binary as artifact
uses: actions/upload-artifact@v3
with:
name: licensmith
path: licensmith