Skip to content

Rename raft_id and raft_data_dir flags for consistency #10

Rename raft_id and raft_data_dir flags for consistency

Rename raft_id and raft_data_dir flags for consistency #10

Workflow file for this run

on: [ push ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-go-test-push
name: Test
jobs:
test:
strategy:
matrix:
os: [ [ubuntu-latest] ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: go test -race ./...