Skip to content

Commit

Permalink
docs: Describe how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src committed Jan 5, 2024
1 parent 0bc2b97 commit 6c04213
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Development.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Development docs

## Run tests

Run all tests:

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

Update snapshot tests:

```bash
go test ./internal/index -update-snapshots
```

## Cutting releases

1. Land a PR with the following changes:
Expand Down

0 comments on commit 6c04213

Please sign in to comment.