fix: remove e2e github action (#1463)

* remove unused tests

* imp: remove e2e github action
This commit is contained in:
Freddy Caceres
2022-11-15 19:01:34 -05:00
committed by GitHub
parent 6d4cf26bcb
commit c20a50007c
3 changed files with 1 additions and 36 deletions
-3
View File
@@ -328,9 +328,6 @@ test-import:
test-rpc:
./scripts/integration-test-all.sh -t "rpc" -q 1 -z 1 -s 2 -m "rpc" -r "true"
test-integration:
./scripts/integration-test-all.sh -t "integration" -q 1 -z 1 -s 2 -m "integration" -r "true"
run-integration-tests:
@nix-shell ./tests/integration_tests/shell.nix --run ./scripts/run-integration-tests.sh