Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lvmingze123 authored Oct 11, 2024
1 parent 91a4128 commit 87cab6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:

- name: Build
run:
cd <D:\C\.vscode\ex1>
go build.
cd D:\C\.vscode\ex1
go build .


- name: Test
run: go test -v.

0 comments on commit 87cab6c

Please sign in to comment.