Skip to content

Bug: JGF Name was removed, and build with distroless destroyed logging #106

Bug: JGF Name was removed, and build with distroless destroyed logging

Bug: JGF Name was removed, and build with distroless destroyed logging #106

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