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 6de7679 commit f377381Copy full SHA for f377381
.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: '1.20'
23
24
- name: Build
25
- run: go build -v
+ run: cd sequence && go build -v
26
- name: Test
27
run: |
28
set -e
0 commit comments