Skip to content

Commit

Permalink
Fix test command './...' instead of './..' (TykTechnologies#3478)
Browse files Browse the repository at this point in the history
Co-authored-by: Leonid Bugaev <[email protected]>
  • Loading branch information
srknzl and buger authored Mar 1, 2021
1 parent 9c53859 commit 35c8ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Tests are run against both Go versions 1.12, 1.13, 1.14 and 1.15, however at pre
In order to run tests locally use the following command:

```
go test ./..
go test ./...
```

Note that tests require Redis to be running on the same machine (default port).
Expand Down

0 comments on commit 35c8ac1

Please sign in to comment.