Skip to content

refresh

refresh #19

Workflow file for this run

name: Test suite
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- "master"
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Go
uses: actions/[email protected]
with:
go-version: "1.23"
- name: flux requirements
run: |
sudo apt-get install -y clang pkg-config
go get github.com/influxdata/pkg-config
- name: Test
run: make test build