ci: go-judge

This commit is contained in:
张泊明518370910136 2024-09-15 22:59:39 -04:00
parent f16ae18c26
commit d2d34b30f2
GPG Key ID: D47306D7062CDA9D

View File

@ -21,6 +21,14 @@ jobs:
run: |
ls -lha
whoami
- name: Install & Run go-judge
run: |
cd /tmp
wget https://ghp.ci/https://github.com/criyle/go-judge/releases/download/v1.8.5/go-judge_1.8.5_linux_amd64.deb
dpkg -i go-judge_1.8.5_linux_amd64.deb
rm go-judge_1.8.5_linux_amd64.deb
go-judge -grpc-addr 0.0.0.0:5051 -enable-grpc -enable-debug -enable-metrics &
cd -
- name: Display Go version
run: go version
- name: Prepare