Skip to content

Commit

Permalink
fix panic
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Aug 16, 2023
1 parent 847d07c commit 19683fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/runner/examples/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mod env {

#[test_with::runtime_no_env(GITHUB_ACTIONS)]
fn test_ignore_in_github_action() {
//This will be ignored in GITHUB_ACTION;
panic!("should be ignored in github action")
}
}

Expand Down

0 comments on commit 19683fe

Please sign in to comment.