Skip to content

revert: ac5b600d30d7c8ad13ff30636273fc655862ea1d #3

revert: ac5b600d30d7c8ad13ff30636273fc655862ea1d

revert: ac5b600d30d7c8ad13ff30636273fc655862ea1d #3

Workflow file for this run

name: Go CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Tests
run: make test
- name: Benchmark
run: make benchmark
- name: Build
run: make build
- name: Upload build artifact
if: success()
uses: actions/upload-artifact@v3
with:
name: build
path: ./who-pwned-me