Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

math reports and clippy lints #60

math reports and clippy lints

math reports and clippy lints #60

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
name: llamapun CI
runs-on: ubuntu-latest
steps:
- name: install dependencies
uses: ryankurte/[email protected]
with:
packages: "libxml2-dev"
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: run tests
uses: actions-rs/cargo@v1
with:
command: test