Skip to content

Commit 8c957f4

Browse files
committed
github action?
1 parent 2e76879 commit 8c957f4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/runpipe.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ jobs:
2929
- name: Run the actual runpipe tests
3030
working-directory: judge/runpipe_test
3131
run: make test
32+
- name: Run the actual runguard tests
33+
working-directory: judge/runguard_test
34+
run: make test
3235

gitlab/integration.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,13 @@ if [ $PIN_JUDGEDAEMON -eq 1 ]; then
143143
fi
144144
section_end more_setup
145145

146-
# section_start runguard_tests "Running isolated runguard tests"
146+
section_start runguard_tests "Running isolated runguard tests"
147147
sudo addgroup domjudge-run-0
148148
sudo usermod -g domjudge-run-0 domjudge-run-0
149149
cd ${DIR}/judge/runguard_test
150150

151-
sleep 10000
152-
# make test
153-
# section_end runguard_tests
151+
make test
152+
section_end runguard_tests
154153

155154
section_start start_judging "Start judging"
156155
cd /opt/domjudge/judgehost/

0 commit comments

Comments
 (0)