Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion maven/jruby/README.md
Original file line number Diff line number Diff line change
@@ -8,10 +8,15 @@ export MAVEN_OPTS='-XX:MaxPermSize=192m'
```


all tests
all tests from the ./maven/jruby directory
```
mvn verify -Papps
```
or from the jruby root directory
```
mvn -Papps
```


to pick a single tests
```

0 comments on commit a9cc1b7

Please sign in to comment.