Skip to content

Commit

Permalink
Merge pull request #2 from timfish/test/release
Browse files Browse the repository at this point in the history
Test e2e in release mode
  • Loading branch information
timfish authored Apr 8, 2024
2 parents d9209b6 + 7e96e30 commit 5a725a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::process::{Command, Stdio};
#[test]
fn test_example_app() {
let output = Command::new("cargo")
.args(["run", "--example", "test"])
.args(["run", "--example", "test", "--release"])
.stdout(Stdio::piped())
.spawn()
.expect("should spawn tests app")
Expand Down

0 comments on commit 5a725a9

Please sign in to comment.