Skip to content

Commit

Permalink
chore: rollback makefile.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Mar 18, 2024
1 parent 5b48dc5 commit 7a8162b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ yarn test
condition = { profiles = ["mainnet", "mainnet-silo", "testnet", "testnet-silo", "custom"] }
category = "Test"
command = "${CARGO}"
dependencies = ["build-test"]
dependencies = ["build-test", "build-aurora-eth-connector"]
args = [
"test",
"--workspace",
Expand All @@ -345,7 +345,6 @@ args = [
[tasks.test-connector]
condition = { profiles = ["mainnet-silo", "testnet-silo"] }
category = "Test"
dependencies = ["build-aurora-eth-connector"]
command = "${CARGO}"
args = [
"test",
Expand Down

0 comments on commit 7a8162b

Please sign in to comment.