Skip to content

Commit b400789

Browse files
committed
m
1 parent bba7223 commit b400789

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/library_net_tests.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,21 @@ jobs:
8888
CORES=$(node -e 'console.log(os.cpus().length)')
8989
make transpile_net CORES=$CORES
9090
91-
- name: Test .NET Framework net48
92-
working-directory: ${{ matrix.library }}
93-
shell: bash
94-
run: |
95-
make test_net FRAMEWORK=net48
96-
97-
- name: Test .NET net6.0
98-
working-directory: ${{ matrix.library }}
99-
shell: bash
100-
run: |
101-
if [ "$RUNNER_OS" == "macOS" ]; then
102-
make test_net_mac_intel FRAMEWORK=net6.0
103-
else
104-
make test_net FRAMEWORK=net6.0
105-
fi
91+
# - name: Test .NET Framework net48
92+
# working-directory: ${{ matrix.library }}
93+
# shell: bash
94+
# run: |
95+
# make test_net FRAMEWORK=net48
96+
#
97+
# - name: Test .NET net6.0
98+
# working-directory: ${{ matrix.library }}
99+
# shell: bash
100+
# run: |
101+
# if [ "$RUNNER_OS" == "macOS" ]; then
102+
# make test_net_mac_intel FRAMEWORK=net6.0
103+
# else
104+
# make test_net FRAMEWORK=net6.0
105+
# fi
106106

107107
- name: Test Examples on .NET Framework net48
108108
working-directory: ${{ matrix.library }}

0 commit comments

Comments
 (0)