Skip to content

Add node scope to compiler. Fix tests; the stats count was not being… #133

Add node scope to compiler. Fix tests; the stats count was not being…

Add node scope to compiler. Fix tests; the stats count was not being… #133

Workflow file for this run

name: preq build/test
on:
workflow_dispatch:
repository_dispatch:
types: [trigger-workflow]
push:
branches:
- main
- develop
pull_request:
branches:
- main
jobs:
build:
name: Build Go Project
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-24.04]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Verify Go Version
run: go version
- name: Run preq tests
run: |
cd test
go test