Skip to content

GH-673: Create Logistic Regression Library in Rust 🚀 #2

GH-673: Create Logistic Regression Library in Rust 🚀

GH-673: Create Logistic Regression Library in Rust 🚀 #2

Workflow file for this run

on:
pull_request:
branches: [ main ]
jobs:
crates-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build Release
working-directory: extensions/underthesea_core
run: |
cargo test
cargo build --release