Skip to content

Commit 1d4389b

Browse files
authored
Merge pull request #63 from hebasto/250710-rpcauth-test
Windows: Delete "Run rpcauth tests" step
2 parents 1bc3f0c + e0288a2 commit 1d4389b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/windows-ucrt.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ jobs:
110110
(Get-Content "test\config.ini") -replace '(?<=^SRCDIR=).*', '${{ github.workspace }}' -replace '(?<=^BUILDDIR=).*', '${{ github.workspace }}' -replace '(?<=^RPCAUTH=).*', '${{ github.workspace }}\share\rpcauth\rpcauth.py' | Set-Content "test\config.ini"
111111
Get-Content "test\config.ini"
112112
113-
- name: Run rpcauth test
114-
run: py -3 test\util\rpcauth-test.py
115-
116113
- name: Run functional tests
117114
if: ${{ ! inputs.skip_functional_tests }}
118115
env:

.github/workflows/windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ jobs:
107107
(Get-Content "test\config.ini") -replace '(?<=^SRCDIR=).*', '${{ github.workspace }}' -replace '(?<=^BUILDDIR=).*', '${{ github.workspace }}' -replace '(?<=^RPCAUTH=).*', '${{ github.workspace }}\share\rpcauth\rpcauth.py' | Set-Content "test\config.ini"
108108
Get-Content "test\config.ini"
109109
110-
- name: Run rpcauth test
111-
run: py -3 test\util\rpcauth-test.py
112-
113110
- name: Run functional tests
114111
env:
115112
# TODO: Fix the excluded test and re-enable it.

0 commit comments

Comments
 (0)