Skip to content

Sarthak | Updates the URL of logo.com #21

Sarthak | Updates the URL of logo.com

Sarthak | Updates the URL of logo.com #21

name: blast_core_macos_12
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: go build -v ./...
- name: Test
run: go clean -testcache && go test -v ./...