Skip to content

Adding tests to Github CI #20 #17

Adding tests to Github CI #20

Adding tests to Github CI #20 #17

Workflow file for this run

name: CI Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
run: sudo scripts/ci/install.sh
- name: Install Rust
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
run: scripts/ci/github.sh