Skip to content

VM dynamic native loading + sqlx facade and sqlite benchmark #684

VM dynamic native loading + sqlx facade and sqlite benchmark

VM dynamic native loading + sqlx facade and sqlite benchmark #684

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
rust:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- name: Install nextest
uses: taiki-e/install-action@nextest
- name: Check
run: cargo run --quiet --bin rss -- test --all