Skip to content

Commit

Permalink
use precompiles smart contract definition at build step in ci (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion authored Nov 9, 2023
1 parent 46236a8 commit 3f2c6e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 83 deletions.
82 changes: 0 additions & 82 deletions ownership-chain/e2e-tests/contracts/LaosEvolution.sol

This file was deleted.

2 changes: 1 addition & 1 deletion ownership-chain/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"fmt-check": "prettier ./tests --check",
"fmt": "prettier ./tests --write",
"build": "truffle compile",
"build": "cp -r ../precompile/laos-evolution/contracts contracts && truffle compile && rm -rf contracts",
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
"test-sql": "FRONTIER_BACKEND_TYPE='sql' mocha -r ts-node/register 'tests/**/*.ts'"
},
Expand Down

0 comments on commit 3f2c6e8

Please sign in to comment.