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 e912341 commit 1fcd2d7Copy full SHA for 1fcd2d7
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Build ARCUS Client
37
run: mvn install -DskipTests
38
- - name: Test ARCUS Client -DUSE_ZK=false -DARCUS_HOST=127.0.0.1:11212
39
- run: mvn test -DUSE_ZK=false -DARCUS_HOST=127.0.0.1:11212
40
- - name: Test ARCUS Client -DUSE_ZK=true
+ - name: Test ARCUS Client Without ZK
+ run: mvn test -DUSE_ZK=false -Dtest=ObserverTest
+ - name: Test ARCUS Client With ZK
41
run: mvn test -DUSE_ZK=true
0 commit comments