Skip to content

Commit 8ae3e0c

Browse files
committed
fix
1 parent 1a3fa37 commit 8ae3e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
build:
5252
name: Build
5353
runs-on: ubuntu-latest
54-
needs: [lint, test]
54+
needs: [test]
5555
steps:
5656
- name: Set up Go
5757
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)