// [!region all]
// [!region command]
$ forge test --match-test "test_IncrementAsOwner|test_RevertWhen_CallerIsNotOwner" --match-path test/OwnerUpOnly.t.sol
// [!endregion command]
// [!region output]
Solc 0.8.10 finished in 699.33ms
Compiler run [32msuccessful[0m!
Ran 2 tests for test/OwnerUpOnly.t.sol:OwnerUpOnlyTest
[32m[PASS][0m test_IncrementAsOwner() (gas: 59372)
[32m[PASS][0m test_RevertWhen_CallerIsNotOwner() (gas: 29987)
Suite result: [32mok[0m. [32m2[0m passed; [31m0[0m failed; [33m0[0m skipped; finished in 474.90µs (238.18µs CPU time)
Ran 1 test suite in 6.95ms (474.90µs CPU time): [32m2[0m tests passed, [31m0[0m failed, [33m0[0m skipped (2 total tests)
// [!endregion output]
// [!endregion all]
