Skip to content

Commit

Permalink
further disable gen test
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 19, 2023
1 parent c863a05 commit 869a9ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# - name: build sample rust app
# run: cmake --build build --config ${{ matrix.BUILD_TYPE }} --target build_rust_sample_echomain
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ features = [
[features]
Win32_Foundation = []
implement = []

ServiceFabric = []
ServiceFabric_FabricCommon = ["ServiceFabric"]
ServiceFabric_FabricCommon_FabricClient = ["ServiceFabric_FabricCommon"]
Expand Down

0 comments on commit 869a9ad

Please sign in to comment.