Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 670 Bytes

File metadata and controls

15 lines (11 loc) · 670 Bytes

CI overview

snarkOS makes use of CircleCI and Github Actions.

When a PR is opened from a feature branch, several CircleCI workflows are triggered. Tests are spread across workflows for readability in Github's UI, and are targeting a 15 minute max runtime.

When a PR is merged, chaotic-devnet-workflow, upgrade-workflow and windows-workflow run additional expensive or slow tests. Moreover, benchmarks are run from github actions.

Many tests make use of scripts defined in the .ci folder. To run them on macOS you may want to brew install bash coreutils && echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.bash_profile