Skip to content

Add a Package conception served as a set of linked KSYs and implement… #58

Add a Package conception served as a set of linked KSYs and implement…

Add a Package conception served as a set of linked KSYs and implement… #58

name: Build & Test
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
ksc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
ksc-compatible:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: cargo build --verbose --features compatible
- name: Run tests
run: cargo test --verbose --features compatible