-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: run JSONPath Compliance Test Suite on basic queries
- CTS is now run in CI on queries that the engine supports.
- Loading branch information
Showing
12 changed files
with
408 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,9 +137,12 @@ jobs: | |
~/.cargo/git/db/ | ||
target/ | ||
key: ${{ matrix.toolchain }}-${{ matrix.target_triple }}-cargo-${{ hashFiles('**/Cargo.toml') }} | ||
- name: Install cargo-hack | ||
- name: cargo install cargo-hack | ||
if: steps.cache-restore-cargo.outputs.cache-hit != 'true' | ||
run: cargo install cargo-hack | ||
uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1 | ||
with: | ||
# Name of the crate to install | ||
crate: cargo-hack | ||
env: | ||
CARGO_TARGET_DIR: target/ | ||
- name: Build all feature sets | ||
|
@@ -359,9 +362,7 @@ jobs: | |
with: | ||
submodules: true | ||
- name: cargo install cargo-msrv | ||
# You may pin to the exact commit or the version. | ||
# uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b | ||
uses: baptiste0928/[email protected] | ||
uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1 | ||
with: | ||
# Name of the crate to install | ||
crate: cargo-msrv | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.