Skip to content

feat: update GA to receive multiple fpath separated by space as input #5

feat: update GA to receive multiple fpath separated by space as input

feat: update GA to receive multiple fpath separated by space as input #5

Workflow file for this run

name: Run unit tests
on: [pull_request, push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.0"
- run: go test -v