Skip to content

raft: send up-to-date commit index in heartbeats #37

raft: send up-to-date commit index in heartbeats

raft: send up-to-date commit index in heartbeats #37

Workflow file for this run

name: Test AMD64
permissions: read-all
on: [push, pull_request]
jobs:
test-linux-amd64:
uses: ./.github/workflows/test_template.yaml
with:
targets: "['linux-amd64-unit-4-cpu-race']"
test-linux-386:
uses: ./.github/workflows/test_template.yaml
with:
targets: "['linux-386-unit-1-cpu']"
coverage:
needs:
- test-linux-amd64
- test-linux-386
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: goversion
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@v5
with:
go-version: "1.21.6"
- run: make test