Skip to content

Commit

Permalink
chore: Change Makefile name and fix documentation of skipping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoel committed Jan 11, 2024
1 parent c09fc2e commit 97d1834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ make testacc
or skipped tests:

```shell
SKIP_S3_TESTS=1 make testacc
SKIP_AZURE_TESTS=1 make testacc
SKIP_PRO_TESTS=1 make testacc
SKIP_S3_TESTS=true make testacc
SKIP_AZURE_TESTS=true make testacc
SKIP_PRO_TESTS=true make testacc
```

#### To debug tests
Expand Down

0 comments on commit 97d1834

Please sign in to comment.