Skip to content

Merge pull request #17 from sval-rs/fix/empty-template-literal #74

Merge pull request #17 from sval-rs/fix/empty-template-literal

Merge pull request #17 from sval-rs/fix/empty-template-literal #74

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Run tests
run: cargo test --all --verbose
example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Run example
run: |
cd examples/app && \
cargo run