Skip to content

Add basic LAGraph expression evaluation #7

Add basic LAGraph expression evaluation

Add basic LAGraph expression evaluation #7

Workflow file for this run

name: Build & Test
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master
- run: rustup update stable && rustup default stable
- run: cargo fmt --check
- run: cargo clippy
- run: cargo build --verbose
- run: cargo test --verbose