Jonathan Kelley 1cbfcde6cd improve build times by extracting asset opt into its own crate (#3273) před 6 měsíci
..
Dockerfile_base_test_image 5ba2c43274 local code coverage před 3 roky
Dockerfile_code_coverage 5ba2c43274 local code coverage před 3 roky
Dockerfile_pre_test 5ba2c43274 local code coverage před 3 roky
Dockerfile_test 1cbfcde6cd improve build times by extracting asset opt into its own crate (#3273) před 6 měsíci
README.md 474fd84538 modify folder structure před 3 roky
run_local_tests.sh fc0a093466 try fix před 3 roky

README.md

Why this?

This part is used to test whole package before pushing it

How to use it?

Just run in the folder: bash run_local_tests.sh. If nothing fails, then you can push your code to the repo. or run: bash run_local_tests.sh --with-full-docker-cleanup for cleaning up images as well

How is it composed of?

  1. Dockerfile_pre_test will build the base image for the tests to be run into
  2. Dockerfile_test will run the actual tests based on 1.
  3. run_local_tests.sh to wrap this up

Warning

The task requires some amount of CPU work and disk space (5GB per tests). Some clean up is included in the script.

Requirements