Skip to content

update cling and bump version to 0.2.7 #29

update cling and bump version to 0.2.7

update cling and bump version to 0.2.7 #29

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose