Skip to content

Commit

Permalink
TEMPORARY
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Dec 1, 2024
1 parent 393919e commit 2e51571
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/trask.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Trask
on:
workflow_dispatch:
push:
branches:
- root-path-new-tests

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_and_base_url

0 comments on commit 2e51571

Please sign in to comment.