# Verify on TURBO TEST

After successfully validating your configuration locally, you're ready to validate the .turbo_test.toml configuration on TURBO TEST.

# 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.