This is the main repository of the ORIGYN SNS and related components.
Go to the official ORIGYN website for more information about ORIGYN.
- Simply call the script
./scripts/run-integration-tests.sh
. It will download the pocket-ic client and build all canisters that are included in the integrationt testing.
-
Prepare all the integration test properly in the
backend/integration_tests/
folder. -
Add your canister to the list of canisters to build in
/scripts/build-all-canister.sh
in the fieldcanister_list
-
Call the script
./scripts/run-integration-tests.sh
- You may need to set the max open files on your current shell before running the script by first running
ulimit -n 10240
Refer to the documentation in the build folder for the reproducible builds.