Skip to content

Adding tests to Github CI #20 #20

Adding tests to Github CI #20

Adding tests to Github CI #20 #20

Workflow file for this run

name: CI Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install packages
run: sudo scripts/ci/install.sh
- name: Submodules
run: git submodule update --init
- name: Test
run: cargo test --release