Skip to content

refactor: remove functions scope and add builtin functions, #4 #2

refactor: remove functions scope and add builtin functions, #4

refactor: remove functions scope and add builtin functions, #4 #2

Workflow file for this run

name: CI Tests (MacOS)
on:
push:
branches:
- main
- "**"
pull_request:
branches:
- main
jobs:
tests:
runs-on: macos-latest
steps:
- name: Check out the code
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run tests
run: cargo test --all