Skip to content

How do I test auto clock speed? #321

Discussion options

You must be logged in to vote

Some information can be found in our CONTRIBUTING.md guide about running the tests.

Make sure to run the tests in both root and none root environments like so,

cargo build && ./target/debug/acs monit -c 
cargo build && ./target/debug/acs run -c 

cargo build && sudo ./target/debug/acs monit -c 
cargo build && sudo ./target/debug/acs run -c 

Note that the -c flag will show the commit of the current version that was compiled to allow testers to be confident in the tests they have conducted, and for the reviewers to validate that the test is new.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JakeRoggenbuck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant