Skip to content

Commit

Permalink
git submodules update
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiaayachi committed Mar 19, 2024
1 parent 6e5ce8c commit 4b2c4a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -75,12 +75,14 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install gcc-multilib
git submodule update --remote --recursive
cd raft-compat
go mod tidy
go test ./...
# x86-64 specific build.
- if: matrix.arch == 'x64'
run: |
git submodule update --remote --recursive
cd raft-compat
go mod tidy
go test -race ./...

0 comments on commit 4b2c4a9

Please sign in to comment.