ci: add test environment

This commit is contained in:
Mohamed Sohail 2022-05-08 13:59:21 +03:00
parent f75539713b
commit 8b8b55d25c
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
environment: test
steps:
- uses: actions/setup-go@v3
with: