grafana/k6

Run windows tests with `-race`

Open

#903 opened on Jan 21, 2019

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Go (1,537 forks)batch import
cigood first issuehelp wantedtests

Repository metrics

Stars
 (30,564 stars)
PR merge metrics
 (Avg merge 11d 15h) (47 merged PRs in 30d)

Description

Because of a recent issue -race needs CGO which needs gcc under windows :( . We should still be able to run our test with -race even if that mean that we need to install gcc.

Contributor guide