Skip to content

workflow

workflow #2

Workflow file for this run

name: Trask
on:
workflow_dispatch:
push:
branches:
- root-path-support-both-options-at-the-same-time
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
RUSTFLAGS: -D warnings
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
- name: Trask
run: cargo test --test cli --features=check_example_domains test_resolve_paths_from_root_path