Skip to content

Commit

Permalink
feat: update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
linkxzhou committed Nov 2, 2023
1 parent 6169fe5 commit c71d9b8
Show file tree
Hide file tree
Showing 17 changed files with 441 additions and 355 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build1.18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: go mod tidy && go build .

- name: Test
run: cd test && bash test_script.sh
run: go build . && go test -v .
2 changes: 1 addition & 1 deletion .github/workflows/build1.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: go mod tidy && go build .

- name: Test
run: cd test && bash test_script.sh
run: go build . && go test -v .
2 changes: 1 addition & 1 deletion .github/workflows/build1.20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: go mod tidy && go build .

- name: Test
run: cd test && bash test_script.sh
run: go build . && go test -v .
Loading

0 comments on commit c71d9b8

Please sign in to comment.