// [!region all]
// [!region command]
$ forge test --match-test test_IncrementAsOwner --match-path test/OwnerUpOnly.t.sol -vvv
// [!endregion command]
// [!region output]
Compiling...
No files changed, compilation skipped
Ran 1 test for test/OwnerUpOnly.t.sol:OwnerUpOnlyTest
[32m[PASS][0m test_IncrementAsOwner() (gas: 59372)
Suite result: [32mok[0m. [32m1[0m passed; [31m0[0m failed; [33m0[0m skipped; finished in 391.52µs (90.12µs CPU time)
Ran 1 test suite in 7.57ms (391.52µs CPU time): [32m1[0m tests passed, [31m0[0m failed, [33m0[0m skipped (1 total tests)
// [!endregion output]
// [!endregion all]
