europalang / Europa-Lang

A fun and simple language with NO classes whatsoever!
MIT License
22 stars 5 forks source link

Add GitHub Actions #6

Closed 19wintersp closed 3 years ago

19wintersp commented 3 years ago

Basic Rust Cargo build action

cursorweb commented 3 years ago

Looks good, but would you mind adding some tests?

19wintersp commented 3 years ago

@cursorweb Unit tests, or to run the examples in the test/ directory?

cursorweb commented 3 years ago

unit tests probably

19wintersp commented 3 years ago

@cursorweb You can add tests the way you'll normally do it with cargo, the action is set up to run cargo test after successful builds. As for adding the actual tests, I'll probably address that in another PR, though make sure to add them as you go along

cursorweb commented 3 years ago

alright, i'll merge.