aboutsummaryrefslogtreecommitdiff
path: root/uri_windows_test.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-10-16 01:59:56 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-10-16 10:20:13 +0200
commitc3d82ca3a430260ff1795abfeac9e8396ed6f6fe (patch)
treedde63ec5b5f22388ef65a12ca7dc6bc131bee2d8 /uri_windows_test.go
parentUse Fatal instead of Fatalf when no formatting used (diff)
downloadfasthttp-c3d82ca3a430260ff1795abfeac9e8396ed6f6fe.tar.gz
fasthttp-c3d82ca3a430260ff1795abfeac9e8396ed6f6fe.tar.bz2
fasthttp-c3d82ca3a430260ff1795abfeac9e8396ed6f6fe.zip
Speed up testing by running tests in parallel
Diffstat (limited to 'uri_windows_test.go')
-rw-r--r--uri_windows_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/uri_windows_test.go b/uri_windows_test.go
index 61d1a2c..1b61a31 100644
--- a/uri_windows_test.go
+++ b/uri_windows_test.go
@@ -5,6 +5,8 @@ package fasthttp
import "testing"
func TestURIPathNormalizeIssue86(t *testing.T) {
+ t.Parallel()
+
// see https://github.com/valyala/fasthttp/issues/86
var u URI