Skip to content

Run integration tests against S3 Express during building the wheels #504

Run integration tests against S3 Express during building the wheels

Run integration tests against S3 Express during building the wheels #504

Workflow file for this run

name: Tests
on:
push:
branches: [ "main", "tmp/distribution" ]
pull_request:
branches: [ "main" ]
merge_group:
types: [ "checks_requested" ]
jobs:
rust-checks:
name: Rust Checks
uses: ./.github/workflows/rust-checks.yml
python-checks:
name: Python Checks
uses: ./.github/workflows/python-checks.yml
permissions:
id-token: write
contents: read
wheels:
name: Wheels
uses: ./.github/workflows/wheels.yml
permissions:
id-token: write
contents: read