ci: sanity check

This commit is contained in:
张泊明518370910136 2024-09-15 22:54:28 -04:00
parent f3d9c68192
commit f16ae18c26
GPG Key ID: D47306D7062CDA9D

View File

@ -17,12 +17,16 @@ jobs:
uses: https://gitea.com/actions/setup-go@v3
with:
go-version: 1.23.1
- name: Sanity Check
run: |
ls -lha
whoami
- name: Display Go version
run: go version
- name: Prepare
run: |
go env -w GOPROXY=https://goproxy.cn,direct
chown -R root:root .ssh
chown -R root:root /root/.ssh
- name: Build
run: make build
- name: Test