Run new Rust IT test in CI

This commit is contained in:
Kirill Bulatov
2023-03-28 19:02:09 +03:00
committed by Kirill Bulatov
parent 1300dc9239
commit 6c84cbbb58

View File

@@ -246,6 +246,13 @@ jobs:
run: |
${cov_prefix} cargo test $CARGO_FLAGS
# Run separate tests for real S3
export ENABLE_REAL_S3_REMOTE_STORAGE=nonempty
export REMOTE_STORAGE_S3_BUCKET=neon-github-public-dev
export REMOTE_STORAGE_S3_REGION=eu-central-1
# Avoid `$CARGO_FEATURES` since there's no `testing` feature in the e2e tests now
${cov_prefix} cargo test $CARGO_FLAGS --package remote_storage --test pagination_tests -- s3_pagination_should_work --exact
- name: Install rust binaries
run: |
# Install target binaries