Skip to content

Commit

Permalink
wip: --
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Oct 18, 2023
1 parent b59ba5b commit 24c46bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
ls
# create coverage directory list separate by coma.
export COVERAGE_DIRS="$(ls -m | tr -d '[:blank:]')"
export COVERAGE_DIRS="$(ls | tr '\n' ',' | sed s/,$//)"
echo $COVERAGE_DIRS
Expand Down
1 change: 0 additions & 1 deletion gnovm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ GOTEST_FLAGS ?= -v -p 1 -timeout=30m

.PHONY: _test.cmd
_test.cmd:
cat cmd/gno/build_test.go
go test ./cmd/... $(GOTEST_FLAGS)

.PHONY: _test.pkg
Expand Down

0 comments on commit 24c46bd

Please sign in to comment.