Skip to content

Commit

Permalink
add missing dependency to Makefile.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
XOR-op authored and bluejekyll committed Mar 17, 2023
1 parent f593dd3 commit 912c0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/resolver/Makefile.toml
Expand Up @@ -27,4 +27,4 @@ command = "cargo"
args = ["run", "--example=custom_provider"]

[tasks.test-examples]
dependencies = ["example-global_resolver", "example-multithreaded_runtime"]
dependencies = ["example-global_resolver", "example-multithreaded_runtime", "example-custom_provider"]

0 comments on commit 912c0b0

Please sign in to comment.