We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1486e80 commit 717400cCopy full SHA for 717400c
1 file changed
.github/workflows/test-on-main.yml
@@ -80,4 +80,7 @@ jobs:
80
- name: Build and test with javaxt-core-test
81
run: |
82
cd javaxt-core-test
83
- mvn clean install -Djavaxt.core.local.dir=$GITHUB_WORKSPACE/src
+ # runStressTests enables the Linux inotify watcher stress test
84
+ # (DirectoryWatcherStressTest), which is opt-in because it is heavy
85
+ # (~4k events, ~10s). The ubuntu runner is the correct env for it.
86
+ mvn clean install -Djavaxt.core.local.dir=$GITHUB_WORKSPACE/src -DrunStressTests=true
0 commit comments