Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Fixed merge leftovers
  • Loading branch information
DimitrijeDragasevic committed Feb 11, 2025
1 parent 179bbf0 commit fa5ec59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
8 changes: 5 additions & 3 deletions Cargo.lock

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

8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,8 @@ test-integration:
@cargo test -p tests --quiet
@echo "Integration tests complete! \033[0;32m\xE2\x9C\x94\033[0m"

# Runs integration tests
e2e-test:
@echo "Running integration tests..."
@cargo test -p e2e-tests --quiet
@echo "Integration tests complete! \033[0;32m\xE2\x9C\x94\033[0m"

# Runs all tests
test: unit-test test-integration e2e-test
test: unit-test test-integration
@echo "All tests complete! \033[0;32m\xE2\x9C\x94\033[0m"

# Deploys OS to specified blockchain
Expand Down
4 changes: 0 additions & 4 deletions e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[package]
<<<<<<<< HEAD:tests/Cargo.toml
name = "tests"
========
name = "e2e-tests"
>>>>>>>> main:e2e-tests/Cargo.toml
version = "1.0.0"
edition = "2021"
rust-version = "1.75.0"
Expand Down
4 changes: 0 additions & 4 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[package]
<<<<<<<< HEAD:tests/Cargo.toml
name = "tests"
========
name = "e2e-tests"
>>>>>>>> main:e2e-tests/Cargo.toml
version = "1.0.0"
edition = "2021"
rust-version = "1.75.0"
Expand Down

0 comments on commit fa5ec59

Please sign in to comment.