Skip to content

Commit f377381

Browse files
committed
cd into sequence dir
1 parent 6de7679 commit f377381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: '1.20'
2323

2424
- name: Build
25-
run: go build -v
25+
run: cd sequence && go build -v
2626
- name: Test
2727
run: |
2828
set -e

0 commit comments

Comments
 (0)