Skip to content

Based on the configuration file, display the framework diagram of the 3fs cluster for a more intuitive observation of the configuration. #246

Based on the configuration file, display the framework diagram of the 3fs cluster for a more intuitive observation of the configuration.

Based on the configuration file, display the framework diagram of the 3fs cluster for a more intuitive observation of the configuration. #246

Workflow file for this run

name: Tests
on:
push:
branches:
- main
- master
- dev
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Running Tests
run: |
make test