Skip to content

Add an actual subtyping relation #27

Add an actual subtyping relation

Add an actual subtyping relation #27

Workflow file for this run

name: Ante-LS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
working-directory: ./ante-ls
run: cargo build --no-default-features