0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-08-01 08:29:01 +02:00

build env

This commit is contained in:
moslem-asaad 2025-02-22 19:01:51 +02:00
parent 74a467ad88
commit 0aa505a010

View File

@ -24,6 +24,7 @@ jobs:
- name: Run unit tests
run: go test ./... -v
continue-on-error: true
- name: Run linting
run: |