Skip to content

Commit

Permalink
run new end2endtests concurrently, drop legacy vochaintests
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Apr 5, 2023
1 parent 751c654 commit 12a3665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
export COMPOSE_HOST_PATH=${PWD}/dockerfiles/testsuite
export COMPOSE_DVOTE_PORT_MAPPING="9090" # Will use a random available port mapping
export LOG_PANIC_ON_INVALIDCHARS=true
export CONCURRENT=1
cd dockerfiles/testsuite
docker-compose build
./start_test.sh
Expand Down
2 changes: 0 additions & 2 deletions dockerfiles/testsuite/start_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ RANDOMID="${RANDOM}${RANDOM}"
### newtest() { whatever ; }

tests_to_run=(
"tokentransactions"
"merkle_vote_encrypted"
"cspvoting"
"e2etest_anonelection"
"e2etest_tokentxs"
Expand Down

0 comments on commit 12a3665

Please sign in to comment.