Skip to content

Commit

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

0 comments on commit 6e5ce8c

Please sign in to comment.