Skip to content

test adding a kind worker to test setup #103

test adding a kind worker to test setup

test adding a kind worker to test setup #103

Workflow file for this run

name: fluence testing
on:
pull_request: []
jobs:
test-fluence:
runs-on: ubuntu-latest
name: build fluence
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.22
- name: Run Tests
run: |
cd src/fluence
make test