Ph0enixKM / Amber

💎 Amber the programming language compiled to bash
https://amber-lang.com
GNU General Public License v3.0
3.51k stars 67 forks source link

fix(main): Forward bash exit code in amber CLI executable #205

Closed klausi closed 1 week ago

klausi commented 1 week ago

Fixes #204

I introduced a new CLI test category to do end-to-end tests on the amber binary.

Do you like it?

Sorry for all the formatting, I have Rust auto-format enabled on save according to rustfmt.

klausi commented 1 week ago

Hm, not sure why Github actions don't pick up my changes to the rust.yml file. Looks like the new CLI tests were not executed.

Ph0enixKM commented 1 week ago

Hm, not sure why Github actions don't pick up my changes to the rust.yml file. Looks like the new CLI tests were not executed.

The tests in the workflow will probably be applied once merged to master. This looks like a bug to me

Ph0enixKM commented 1 week ago

I've tested the code on my local machine and all tests have passed

klausi commented 1 week ago

Nice, thanks a lot!