diff --git a/.github/workflows/Secret_gateway_tests.yml b/.github/workflows/Secret_gateway_tests.yml index 07e19c1..7845deb 100644 --- a/.github/workflows/Secret_gateway_tests.yml +++ b/.github/workflows/Secret_gateway_tests.yml @@ -65,9 +65,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust }} - - run: cargo test --release --no-default-features - run: cargo test --release - - run: cargo test --release --all-features # secret_gateway_tests: # runs-on: ubuntu-latest