Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _Note: If you are running Bazel on a **Mac**, this or any step that requires bui
The following command runs all unit tests:

```bash
bazel test --build_tests_only -- ... -tests/integration/... -sql/...
bazel test --build_tests_only -- ... -tests/integration/...
```

This runs all tests excluding those that rely on encrypted secrets. If you need to run integration tests, please [get in touch](mailto:opensource@dataform.co) with the team.
Expand Down