Skip to content

Commit

Permalink
Fix verify archive smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Jul 31, 2024
1 parent d9804be commit 7b488b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/verify_archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pub fn main(args: Args) -> Result<()> {

let workdir = sh.create_temp_dir()?;
sh.change_dir(workdir.path());
cmd!(sh, "{scarb} new smoke_test").run()?;
cmd!(sh, "{scarb} new smoke_test --test-runner=cairo-test").run()?;
sh.change_dir(workdir.path().join("smoke_test"));
cmd!(sh, "{scarb} build").run()?;
cmd!(sh, "{scarb} test").run()?;
Expand Down

0 comments on commit 7b488b6

Please sign in to comment.