ci(fix): update environment variables
All checks were successful
/ test (pull_request) Successful in 25s
/ lint (pull_request) Successful in 25s

This commit is contained in:
Dan Anglin 2023-12-06 14:48:20 +00:00
parent 649f074d25
commit b2ce85b146
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -10,8 +10,8 @@ jobs:
test:
runs-on: docker
env:
GO_TEST_VERBOSE: "1"
GO_TEST_COVER: "1"
SPRUCE_TEST_VERBOSE: "1"
SPRUCE_TEST_COVER: "1"
steps:
- name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v3