Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhi committed Feb 22, 2024
1 parent 91a5ba0 commit 06be221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: go mod tidy && go build -v secp256k1.go

- name: Test
run: go mod tidy && go test -timeout 5s -run . go-secp256k1 -v -count=1
run: go mod tidy && go test -timeout 5s -run . github.com/zkweb3/go-secp256k1 -v -count=1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

### Testing
```bash
go test -timeout 5s -run . go-secp256k1 -v -count=1
go test -timeout 5s -run . github.com/zkweb3/go-secp256k1 -v -count=1
```

0 comments on commit 06be221

Please sign in to comment.