Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jan 13, 2024
1 parent cc1ecce commit e2b15c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckscript_sdk/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ alias = "test-scripts"

[tasks.test-script]
cwd = ".."
install_crate = false
command = "cargo"
args = ["make", "--no-workspace", "test-script", "${@}"]

[tasks.test-scripts]
cwd = ".."
install_crate = false
command = "cargo"
args = ["make", "--no-workspace", "test-scripts"]

Expand Down

0 comments on commit e2b15c9

Please sign in to comment.