grafana/k6

Run windows tests with `-race`

Open

#903 opened on Jan 21, 2019

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

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