Skip to content

Commit

Permalink
updated make test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Niosco committed Apr 6, 2019
1 parent 3a26b81 commit 1f24c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Refer to [samples](samples/samples.md) and our [API documentation](https://docs.
Functions that mock the Synapse API:

```bash
go test -v --tags mock
make test-mock
```

Other functions including (limited) API requests:

```bash
go test -v
make test-api
```

0 comments on commit 1f24c33

Please sign in to comment.