#!/bin/bash # Copyright (c) Rego-Rs Authors. # Licensed under the Apache 2.0 license. set -e yaml=$(realpath -e $1) RUST_BACKTRACE=1 cargo test parser::one_yaml -- --include-ignored --nocapture "$yaml"