Skip to content

Commit c8cfcb0

Browse files
committed
Update
1 parent ec20162 commit c8cfcb0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/singleapp/slice_is_not_threadsafe/Taskfile.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ tasks:
1313
silent: true
1414
run-notrace:
1515
cmds:
16-
- cmd: for i in {1..10} ; do go run notrace/main.go; done
16+
- cmd: for i in {1..10} ; do go run -race notrace/main.go; done
1717
silent: true
1818
run-notrace2:
1919
cmds:
20-
- cmd: for i in {1..10} ; do go run notrace2/main.go; done
20+
- cmd: for i in {1..10} ; do go run -race notrace2/main.go; done
2121
silent: true
2222
run-with-raceoption:
2323
cmds:
2424
- cmd: go run -race race/main.go
2525
ignore_error: true
26-
- go run -race notrace/main.go
27-
- go run -race notrace2/main.go

0 commit comments

Comments
 (0)