Skip to content

Merge branch 'empty_toml' into filled_toml #106

Merge branch 'empty_toml' into filled_toml

Merge branch 'empty_toml' into filled_toml #106

Workflow file for this run

name: Library
on:
push: []
pull_request:
types:
- opened
- synchronize
- reopened
- review_requested
branches:
- master
paths:
- 'src/**'
jobs:
library_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test all features
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features