Skip to content

Test Rust core in CI #6

Test Rust core in CI

Test Rust core in CI #6

Workflow file for this run

name: Cargo Build & Test
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
catlog_build_and_test:
name: Catlog Build and Test
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v4
- run: bash scripts/ci.sh