λ Support functions! #5

Open
acw wants to merge 59 commits from awick/functions into develop
Showing only changes of commit eba5227ebc - Show all commits

View File

@@ -25,9 +25,9 @@ jobs:
toolchain: ${{ matrix.rust }}
default: true
override: true
- name: Build
run: cargo build
- name: Format Check
run: cargo fmt --check
- name: Build
run: cargo build
- name: Run tests
run: cargo test