Troubleshooting & Tips #
Troubleshooting #
- Test files not detected: Ensure all test files are in the
test
directory and use the GTest framework. - Secret key errors: Double-check that your secret key is named
FASTEST_SECRET_KEY
and is correctly set in your repository secrets. - Workflow not running: Make sure your workflow YAML files are in
.github/workflows
and your triggers (e.g., pull_request) are correct.
Best Practices #
- Keep your secret key safe and never expose it in public repositories.
- Maintain a clean commit history and use descriptive commit messages for best analysis results.
- Regularly monitor the Actions tab for workflow status and logs.
Need Help? #
If you encounter issues or need further assistance, refer to the official FASTEST documentation or contact support through the dashboard.