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