Skip to content

Commit e0a6101

Browse files
committed
Enable graph conformance tests
1 parent 672d0c2 commit e0a6101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# to format and use the output.
104104
- name: Cargo Test of the conformance tests (can fail) and save to json file
105105
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 }}
107107
# Create a conformance report from the `cargo test` json file
108108
- run: cargo run --features report_tool --bin generate_cts_report ${{ env.CARGO_TEST_RESULT_NAME }} ${GITHUB_SHA} ${{ env.CONFORMANCE_REPORT_NAME }}
109109
# Upload conformance report for comparison with future runs

0 commit comments

Comments
 (0)