Skip to content

to handle musl systems #11

to handle musl systems

to handle musl systems #11

Workflow file for this run

name: Run test cases
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests
run: cargo test --bins
- name: Scripting Tests
run: make scripting-test