Skip to content

run the test workflow in the compile branch #3

run the test workflow in the compile branch

run the test workflow in the compile branch #3

Workflow file for this run

name: 'compile'
on:
push: {branches: ['compile']}
pull_request: {}
jobs:
compile:
name: 'build (linux)'
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- name: 'build (linux)'
run: |
go build -ldflags "-s -w" ./cmd/goatcounter/
- uses: actions/upload-artifact@v4
with:
name: goatcounter-linux
path: goatcounter