Skip to content

Commit

Permalink
feat(script): remove script/integration.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bendanzhentan committed Dec 10, 2024
1 parent 5d236b6 commit 1367a3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 67 deletions.
1 change: 0 additions & 1 deletion host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ default = []
sp1 = ["raiko-core/sp1"]
risc0 = ["raiko-core/risc0"]
sgx = ["raiko-core/sgx"]
integration = []

[[bin]]
name = "raiko-host"
Expand Down
3 changes: 0 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ test:
TEST=1 ./script/build.sh $(TARGET)
TEST=1 RUN=1 ./script/build.sh $(TARGET)

integration:
CONFIG_PATH="config/config.json" ./script/integration.sh $(TARGET)

fmt:
@cargo fmt --all --check

Expand Down
63 changes: 0 additions & 63 deletions script/integration.sh

This file was deleted.

0 comments on commit 1367a3a

Please sign in to comment.