Skip to content

Commit 8c9e104

Browse files
committed
CI typo fix
also eliminated a warning about unused variable
1 parent c43bd61 commit 8c9e104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# build with build.sh, make documentation, run unit tests
6565
# and perform coverage analysis
6666
./build.sh --coverage --skip-documentation
67-
./build.sh --coverage --enable-unicode"
67+
./build.sh --coverage --enable-unicode
6868
CODE_COVERAGE="yes"
6969
DEPLOY_DOCUMENTATION="yes"
7070

src/tests/jf_test_15.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subroutine test_15(error_cnt)
2828
type(json_core) :: json
2929
type(json_value),pointer :: p,p2,p3
3030
type(json_file) :: file1, file2
31-
logical(LK) :: found,status_ok
31+
logical(LK) :: status_ok
3232
integer(IK) :: var_type,i,n_children
3333
real(wp) :: d
3434
logical(LK) :: tf

0 commit comments

Comments
 (0)