Skip to content

Commit 68ae036

Browse files
FedeDPpoiana
authored andcommitted
chore(ci): disable race tests on arm64.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent de33f52 commit 68ae036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
run: |
4343
git config --global --add safe.directory ${{ github.workspace }}
4444
make build
45-
make test
45+
TEST_FLAGS=-v make test
4646
4747

0 commit comments

Comments
 (0)