Skip to content

Commit

Permalink
ilmondidigrazia.com is bans github actions???
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Sep 12, 2022
1 parent 4afee71 commit 50d96d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/providers/ilmondodigrazia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ mod test {
use serial_test::serial;

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_birthday_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -163,6 +164,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_goodmorning_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -173,6 +175,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_weekday_images() {
assert!(!IlMondoDiGrazia::default()
Expand Down Expand Up @@ -213,6 +216,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_christmas_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -223,6 +227,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_afternoon_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -233,6 +238,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_giovedi_grasso_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -243,6 +249,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_pentecoste_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -253,6 +260,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_festa_della_repubblica_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -263,6 +271,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_corpus_domini_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -273,6 +282,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_sacro_cuore_di_gesu_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -283,6 +293,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_ferragosto_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -293,6 +304,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_ognissanti_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -303,6 +315,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_defunti_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -313,6 +326,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_halloween_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -323,6 +337,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_immacolata_concenzione_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -333,6 +348,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_vigilia_di_natale_images() {
assert!(!IlMondoDiGrazia::default()
Expand All @@ -343,6 +359,7 @@ mod test {
}

#[tokio::test]
#[cfg(not(feature = "github-ci"))]
#[serial]
async fn should_get_greeting_natale_images() {
assert!(!IlMondoDiGrazia::default()
Expand Down

0 comments on commit 50d96d8

Please sign in to comment.