Skip to content

Commit 4c92daf

Browse files
committed
Uppercase 'Test' so that github can see what's up
It is expecting something named 'Test electrum'
1 parent aba2a05 commit 4c92daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: cargo test --features test-md-docs --no-default-features -- doctest::ReadmeDoctests
7575

7676
test-blockchains:
77-
name: test ${{ matrix.blockchain.name }}
77+
name: Test ${{ matrix.blockchain.name }}
7878
runs-on: ubuntu-16.04
7979
strategy:
8080
matrix:

0 commit comments

Comments
 (0)