Skip to content

support MASSDRIVER_INSTANCE_ID to replace MASSDRIVER_PACKAGE_NAME #25

support MASSDRIVER_INSTANCE_ID to replace MASSDRIVER_PACKAGE_NAME

support MASSDRIVER_INSTANCE_ID to replace MASSDRIVER_PACKAGE_NAME #25

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...