Skip to content

Commit

Permalink
Make tests more resilient
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Oct 15, 2024
1 parent 5296bd4 commit 22da4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ pre-commit run --files */**
Tests are run with Go's default test runner wrapped in Makefile targets. So, for example, you can run all tests with:

```sh {"id":"01HF7BT3HEQBTBM9SSTS88ZSCF","name":"test","terminalRows":"15"}
unset RUNME_SESSION_STRATEGY RUNME_TLS_DIR RUNME_SERVER_ADDR
go clean -testcache
TAGS="test_with_docker" make test
```
Expand Down

0 comments on commit 22da4ad

Please sign in to comment.