Skip to content

Commit

Permalink
rename sdk test to example
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Oct 2, 2024
1 parent 61860a1 commit e1b3ed2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
go-version: ${{ matrix.go }}
- run: go mod download
- run: scripts/build.sh
- run: go test -v -coverprofile=coverage.out $(go list ./... | grep -v /tests/ | grep -v '/sdk/')
- run: go test -v -coverprofile=coverage.out $(go list ./... | grep -v /tests/)
env:
CGO_CFLAGS: "-O -D__BLST_PORTABLE__" # Set the CGO flags to use the portable version of BLST
- run: go tool cover -func=coverage.out
Expand Down
File renamed without changes.

0 comments on commit e1b3ed2

Please sign in to comment.