Skip to content

change: rename new-template-dir to data-dir #14

change: rename new-template-dir to data-dir

change: rename new-template-dir to data-dir #14

Workflow file for this run

name: Rust
on:
pull_request:
push:
branches:
- "master"
tags:
- '*'
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --locked --verbose
- name: Run tests
run: cargo test --locked --verbose