Skip to content

Commit

Permalink
Change sample command to run tests (dataform-co#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
a2wd authored Feb 1, 2023
1 parent 14cf140 commit 87cd3d3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 87cd3d3

Please sign in to comment.