Skip to content

Commit

Permalink
fastfix: run all feature tests (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denchick authored Jan 12, 2024
1 parent 6443c60 commit 2290a86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,13 @@ e2e: build_images
stress: build_images
docker compose -f test/stress/docker-compose.yaml up --remove-orphans --exit-code-from stress --build router shard1 shard2 stress

split_feature_test:
split_feature_test_old:
docker compose build slicer
(cd test/feature/features; tar -c .) | docker compose run slicer | (mkdir test/feature/generatedFeatures; cd test/feature/generatedFeatures; tar -x)

split_feature_test:
mkdir test/feature/generatedFeatures && cp test/feature/features/* test/feature/generatedFeatures

clean_feature_test:
rm -rf test/feature/generatedFeatures

Expand Down

0 comments on commit 2290a86

Please sign in to comment.