Skip to content

Commit 7201233

Browse files
build: remove just command for offline tests
1 parent d9fa0ba commit 7201233

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

justfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,3 @@ clean:
6161
[doc("Run all tests, unless a specific test is provided.")]
6262
test *TEST:
6363
./gradlew test {{ if TEST == "" { "" } else { "--tests " + TEST } }}
64-
65-
[group("Test")]
66-
[doc("Run only offline tests.")]
67-
test-offline:
68-
./gradlew test -P excludeConnectedTests

0 commit comments

Comments
 (0)