diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9ee2686..0408a3e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -24,8 +24,6 @@ jobs: steps: - uses: Avarok-Cybersecurity/gh-actions-deps@master - uses: taiki-e/install-action@nextest - - run: cargo test test_internal_service_group_create -- --nocapture - if: startsWith(matrix.os, 'ubuntu') - run: cargo nextest run --package citadel-internal-service --features=vendored if: startsWith(matrix.os, 'windows') - run: cargo nextest run --package citadel-internal-service