Skip to content

Commit

Permalink
test: only run it_should_support_multiple_languages in ci (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Oct 2, 2024
1 parent 127aa8a commit 16d26c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdsf/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ fn add(a: i32, b: i32) -> i32 {
}

#[allow(clippy::too_many_lines)]
#[test_with::env(GITHUB_ACTIONS)]
#[test]
fn it_should_support_multiple_languages() {
let input = r#"---
Expand Down

0 comments on commit 16d26c0

Please sign in to comment.