#
Verify on TURBO TEST
After successfully validating your configuration locally, you're ready to validate the .turbo_test.toml
configuration on TURBO TEST.
Verify configuration on a non-master branch
TURBO TEST is available for all repository collaborators when configured on your project master branch.
You should verify and fix any issues on a branch before committing to the master branch.
#
Push configuration to GitHub
Firstly, commit and push the .turbo_test.toml
file to your repository:
# Verify and fix any issues on non-master branch.
git checkout -b verify_turbotest
git add .turbo_test.toml
git commit --message "Verify TURBO TEST configuration"
git push
#
Inspect check run output
Navigate to the TURBO TEST web UI to view the real time output of your check run.
First check run will be slower
To efficiently run tests, TURBO TEST gathers statistics about your project on each check run.
The first check run will be slower while the repository initial profile is created.