diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 19c2c77..23ce583 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,10 +60,8 @@ jobs: run: | cargo test --target ${{ matrix.target }} cargo test --all-features --target ${{ matrix.target }} - echo "foo/bar" | cargo run -q --example "list" --target ${{ matrix.target }} -- --list - - name: Tests (Release) run: | cargo test --release --target ${{ matrix.target }} cargo test --release --all-features --target ${{ matrix.target }} - echo "foo/bar" | cargo run --release -q --example "list" --target ${{ matrix.target }} -- --list -