We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afe4a0 commit 1501896Copy full SHA for 1501896
.github/workflows/tests.yml
@@ -11,17 +11,20 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+
15
- uses: actions/setup-go@v5
16
with:
17
go-version: 1.21
18
cache: false
19
20
- name: golangci-lint
21
uses: golangci/golangci-lint-action@v4
22
23
version: latest
24
25
tests:
- environment: test check
26
+ name: test check
27
+ environment: tests
28
29
30
- name: Install Go
0 commit comments