Skip to content

Commit e3805a6

Browse files
committed
updated ci
1 parent fb5d782 commit e3805a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-20.04, windows-latest, macos-latest]
20+
# os: [ubuntu-20.04, windows-latest, macos-latest]
21+
os: [windows-latest]
2122

2223
steps:
2324
- uses: actions/checkout@v4

test/json_equal.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- Copyright (c) 2024 StackQL Studios, MIT License
22
-- https://github.com/stackql
33

4-
.load dist/json_equal
4+
.load ./dist/json_equal.dll
55

66
-- Test for identical JSON objects
77
select '2_01', json_equal('{"key": "value"}', '{"key": "value"}') = 1;

0 commit comments

Comments
 (0)