How to test ockam command after making changes ? #3733
Abhicodes-crypto
started this conversation in
Help Wanted
Replies: 1 comment 1 reply
-
Thanks for the detailed issue @Abhicodes-crypto. To run the bats test, you need to indicate where Ockam binary is located, which should be in the target folder since you compiled. OCKAM=“path_to_compiled_binary” bats implementations/rust/ockam/ockam_command/tests/commands.bats |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on #3596 . After I make changes.
I ran the command and I get errors as below ,
cargo c
compiles without any errors. Is there something I need to do additionally to make the tests work. Somebody please help.Beta Was this translation helpful? Give feedback.
All reactions