Skip to content

Commit a7ca996

Browse files
authored
Update build_and_test.yaml
1 parent 32f14a5 commit a7ca996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Build code
1919
run: |
2020
cd ${{ github.workspace }} && make
21-
cd ${{ github.workspace }}/tests && go test -v
21+
cd tests && go test -v

0 commit comments

Comments
 (0)