Skip to content

Moving the project to another scope #92

Moving the project to another scope

Moving the project to another scope #92

Workflow file for this run

---
name: Tests
"on":
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.21
- ^1.22
- ^1.23
- ^1
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: make test
- name: Build and run version
run: |
make VERSION=testing-version
./graphite-ch-optimizer --version