File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
# to format and use the output.
104
104
- name : Cargo Test of the conformance tests (can fail) and save to json file
105
105
continue-on-error : true
106
- run : cargo test --verbose --package partiql-conformance-tests --features "conformance_test" --release -- -Z unstable-options --format json > ${{ env.CARGO_TEST_RESULT_NAME }}
106
+ run : cargo test --verbose --package partiql-conformance-tests --features "conformance_test, experimental " --release -- -Z unstable-options --format json > ${{ env.CARGO_TEST_RESULT_NAME }}
107
107
# Create a conformance report from the `cargo test` json file
108
108
- run : cargo run --features report_tool --bin generate_cts_report ${{ env.CARGO_TEST_RESULT_NAME }} ${GITHUB_SHA} ${{ env.CONFORMANCE_REPORT_NAME }}
109
109
# Upload conformance report for comparison with future runs
You can’t perform that action at this time.
0 commit comments