Skip to content

Commit

Permalink
feat: More E2E Tests (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Jan 13, 2025
1 parent 7ac6091 commit a67f744
Show file tree
Hide file tree
Showing 25 changed files with 19,142 additions and 13,134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: sudo apt-get install protobuf-compiler

- name: Run End to End test suite
run: cargo nextest run -rp tangle -F manual-seal,testnet,txpool --profile ci --nocapture
run: cargo nextest run -rp tangle -F manual-seal,testnet,txpool,fast-runtime --profile ci --nocapture

clippy:
concurrency:
Expand Down
15 changes: 14 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ members = [
"precompiles/preimage",
"precompiles/balances-erc20",
"precompiles/assets-erc20",
"precompiles/erc20-utils",
"precompiles/verify-ecdsa-secp256k1-signature",
"precompiles/verify-ecdsa-secp256r1-signature",
"precompiles/verify-ecdsa-stark-signature",
Expand Down Expand Up @@ -311,6 +312,7 @@ pallet-hotfix-sufficients = { git = "https://github.com/paritytech/frontier.git"
precompile-utils = { git = "https://github.com/paritytech/frontier.git", branch = "stable2407", default-features = false }

# Local precompiles
evm-erc20-utils = { path = "precompiles/erc20-utils", default-features = false }
pallet-evm-precompile-democracy = { path = "precompiles/pallet-democracy", default-features = false }
pallet-evm-precompile-batch = { path = "precompiles/batch", default-features = false }
pallet-evm-precompile-balances-erc20 = { path = "precompiles/balances-erc20", default-features = false }
Expand Down
Loading

0 comments on commit a67f744

Please sign in to comment.