Skip to content

Commit

Permalink
Feat/set examples submodule to main (#520)
Browse files Browse the repository at this point in the history
* feat: revert examples submodule back to main

* feat: un-ignore actix tests
  • Loading branch information
oddgrd authored Dec 9, 2022
1 parent a957063 commit bc7b339
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "examples"]
path = examples
url = [email protected]:oddgrd/examples.git
branch = feat/bump-dependencies
url = [email protected]:shuttle-hq/examples.git
2 changes: 0 additions & 2 deletions cargo-shuttle/tests/integration/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ async fn rocket_authentication() {
);
}

// TODO: remove ignore when updated examples are merged: https://github.com/shuttle-hq/examples/pull/4
#[ignore]
#[tokio::test(flavor = "multi_thread")]
async fn actix_web_hello_world() {
let port = cargo_shuttle_run("../examples/actix-web/hello-world").await;
Expand Down
2 changes: 0 additions & 2 deletions e2e/tests/integration/actix_web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ use crossterm::style::Color;

use crate::helpers::{self, APPS_FQDN};

// TODO: remove ignore when updated examples are merged: https://github.com/shuttle-hq/examples/pull/4
#[ignore]
#[test]
fn hello_world_actix_web() {
let client = helpers::Services::new_docker(
Expand Down

0 comments on commit bc7b339

Please sign in to comment.