diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a60d56a1..aaa979a3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rust-lang/setup-rust-toolchain@v1 - run: cargo install cargo2junit - - run: cargo test -- --include-ignored -Z unstable-options --format json | cargo2junit > results.xml + - run: cargo test -- --ignored -Z unstable-options --format json | cargo2junit > results.xml - uses: test-summary/action@v2 with: paths: "results.xml"