Skip to content

Add a method to manually insert a template parsed from source #69

Add a method to manually insert a template parsed from source

Add a method to manually insert a template parsed from source #69

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
strategy:
matrix:
rust:
- stable
- beta
- nightly
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
override: true
- name: Run tests
run: cargo test --verbose