From e48cc4a2c29a440da54f51c61542fab10d843b67 Mon Sep 17 00:00:00 2001 From: MatrixSenpai Date: Sun, 10 Mar 2024 18:51:40 -0500 Subject: [PATCH] partially disabling certain checks until a resolution can be found --- .github/workflows/rust_pr_checks.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust_pr_checks.yml b/.github/workflows/rust_pr_checks.yml index 86f4512..38a6d89 100644 --- a/.github/workflows/rust_pr_checks.yml +++ b/.github/workflows/rust_pr_checks.yml @@ -22,12 +22,13 @@ jobs: run: cargo check - name: Run tests run: cargo test --verbose --all --all-features - - name: Lint publish Cargo Generator - run: cargo publish --dry-run --color always --all-features --locked --package cargo-openapi - - name: Lint publish Core - run: cargo publish --dry-run --color always --all-features --locked --package sw4rm-rs - - name: Lint publish Generator - run: cargo publish --dry-run --color always --all-features --locked --package sw4rm-rs-generation +# A problem is observed here when packages are out of sync. Need to figure out a way to force cargo to use local resolution in order to get this to work + # - name: Lint publish Cargo Generator + # run: cargo publish --dry-run --color always --all-features --locked --package cargo-openapi + # - name: Lint publish Core + # run: cargo publish --dry-run --color always --all-features --locked --package sw4rm-rs + # - name: Lint publish Generator + # run: cargo publish --dry-run --color always --all-features --locked --package sw4rm-rs-generation # Need to figure this part out. bumping isn't currently working # bump: