Skip to content

Commit

Permalink
Sync -race flag values
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed May 3, 2023
1 parent 293da5b commit 5c38065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 3
vars:
BENCHTIME: 5s
BENCHNAME: '{{default "." .BENCHNAME}}'
RACEFLAG: -race={{ne OS "windows"}}
RACEFLAG: -race={{and (ne OS "windows") (ne ARCH "arm") (ne ARCH "riscv64")}}

tasks:
env-data:
Expand Down
2 changes: 1 addition & 1 deletion tools/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: 3

vars:
RACEFLAG: -race={{ne OS "windows"}}
RACEFLAG: -race={{and (ne OS "windows") (ne ARCH "arm") (ne ARCH "riscv64")}}

tasks:
tools-test:
Expand Down

0 comments on commit 5c38065

Please sign in to comment.