Skip to content

Commit 3ca961a

Browse files
committed
update test
1 parent 9f06615 commit 3ca961a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,14 @@
5353
bash tests/judge-worker/test_workers.sh rust
5454
}
5555

56+
@test "test judge worker kotlin" {
57+
bash tests/judge-worker/test_workers.sh kotlin
58+
}
59+
5660
@test "test project worker nodejs" {
5761
bash tests/project-worker/test_workers.sh nodejs
5862
}
5963

60-
@test "test judge worker kotlin" {
61-
bash tests/judge-worker/test_workers.sh kotlin
64+
@test "test project worker python" {
65+
bash tests/project-worker/test_workers.sh python
6266
}

0 commit comments

Comments
 (0)