We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11335c5 commit 4e0c90eCopy full SHA for 4e0c90e
1 file changed
.github/workflows/test.yaml
@@ -22,21 +22,21 @@ jobs:
22
23
- name: Get dependencies
24
run: |
25
- cd pkg
+ cd zos/pkg
26
make getdeps
27
env:
28
GO111MODULE: on
29
30
- name: Run tests
31
32
33
make testrace
34
35
36
37
- name: Build binaries
38
39
- cd cmds
+ cd zos/cmds
40
make
41
42
0 commit comments