Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ proto:
@protoc --proto_path=model --go_out=model \
--go_opt=paths=source_relative model/model.proto

integration-test-cleanup:
rm -f flow.json
rm -f account-keys.csv
rm -rf data
rm -rf flow-go
cleanup-integration-tests:
rm -f tests/flow.json
rm -f tests/emulator-account.pkey
rm -f tests/.gitignore
rm -f tests/accounts-*.json
rm -rf /data
rm -f server
Comment thread
illia-malachyn marked this conversation as resolved.
Outdated

integration-test:
python3 integration_test.py
testnet-integration-test:
python3 tests/integration_test.py --network testnet

previewnet-integration-test:
python3 previewnet_integration_test.py
python3 tests/integration_test.py --network previewnet
11 changes: 0 additions & 11 deletions mainnet-offline.json

This file was deleted.

Loading