Thanks to visit codestin.com
Credit goes to github.com

Skip to content

test: add realloader unit test for filtering resources (#9) #13

test: add realloader unit test for filtering resources (#9)

test: add realloader unit test for filtering resources (#9) #13

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request: {}
permissions: read-all
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...