Skip to content

jgf: refactor to use shared functions and fix containment #83

jgf: refactor to use shared functions and fix containment

jgf: refactor to use shared functions and fix containment #83

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.21
- name: Run Tests
run: |
cd src/fluence
make test