Skip to content

Commit

Permalink
docs: update integration test command
Browse files Browse the repository at this point in the history
  • Loading branch information
hogo6002 committed Sep 3, 2024
1 parent 7ec31bd commit 426f785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ make all-tests

To run integration tests for the API is a separate command
```shell
make integration-tests
make api-server-tests
```

By default, this skips long tests, enable them by setting the `LONG_TESTS` variable
```shell
LONG_TESTS=1 make integration-tests
LONG_TESTS=1 make api-server-tests
```

#### Test result generation
Expand Down

0 comments on commit 426f785

Please sign in to comment.