diff --git a/.github/workflows/trask.yml b/.github/workflows/trask.yml new file mode 100644 index 0000000000..a8fe25c5d7 --- /dev/null +++ b/.github/workflows/trask.yml @@ -0,0 +1,22 @@ +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