Skip to content

Commit

Permalink
Update assets and flags for Cadence tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter authored and joshuahannan committed Nov 2, 2023
1 parent 24d9010 commit 0faf904
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
test:
$(MAKE) generate -C lib/go
$(MAKE) test -C lib/go
flow test --cover tests/test_example_nft.cdc
flow test --cover --covercode="contracts" tests/test_*.cdc

.PHONY: ci
ci:
$(MAKE) ci -C lib/go
flow test --cover tests/test_example_nft.cdc
flow test --cover --covercode="contracts" tests/test_*.cdc
Loading

0 comments on commit 0faf904

Please sign in to comment.