Skip to content

chore: add a license #107

chore: add a license

chore: add a license #107

Workflow file for this run

name: Run Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "18"
- name: llvm-config
run: llvm-config --version --bindir --libdir
- name: Run tests
run: cargo test --verbose