Skip to content

Commit

Permalink
Fix README instructions for skipping tests during build
Browse files Browse the repository at this point in the history
  • Loading branch information
C0urante committed Dec 22, 2023
1 parent c7d5838 commit 69d7479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public class Demo {

```shell
# Build the library, skip tests, and install to your local Maven repository
mvn clean install
mvn clean install -DskipTests
```

## Testing
Expand Down Expand Up @@ -144,4 +144,4 @@ mvn test

## Contributing

PRs and GitHub issues welcome!
PRs and GitHub issues welcome!

0 comments on commit 69d7479

Please sign in to comment.