From 869a9ad2106244274cdb60d748b90d9691a28df8 Mon Sep 17 00:00:00 2001 From: Youyuan Wu Date: Sat, 18 Nov 2023 16:38:34 -0800 Subject: [PATCH] further disable gen test --- .github/workflows/generate.yaml | 4 ++-- Cargo.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 363b5b9f..806fe4b5 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -37,5 +37,5 @@ jobs: # - name: check all generated files are checked in git # run: git diff --exit-code - - name: build sample rust app - run: cmake --build build --config ${{ matrix.BUILD_TYPE }} --target build_rust_sample_echomain \ No newline at end of file + # - name: build sample rust app + # run: cmake --build build --config ${{ matrix.BUILD_TYPE }} --target build_rust_sample_echomain \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 76cbd215..43f9adaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,6 +35,7 @@ features = [ [features] Win32_Foundation = [] implement = [] + ServiceFabric = [] ServiceFabric_FabricCommon = ["ServiceFabric"] ServiceFabric_FabricCommon_FabricClient = ["ServiceFabric_FabricCommon"]