Skip to content

Added --add-attrbitues flag and brings in recent changes to main #8

Added --add-attrbitues flag and brings in recent changes to main

Added --add-attrbitues flag and brings in recent changes to main #8

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
build:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
id: go
- name: Run Unit tests
run: make test