Skip to content

Commit

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

0 comments on commit 049f56f

Please sign in to comment.