Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Run Tests
if: ${{ env.RUN_TESTS == 'true' }}
shell: bash
run: cargo nextest run --config-file .nextest.toml --profile ci
run: cargo nextest run --config-file .nextest.toml --profile ci -E 'not binary(bluesnap_payment_flows_test)'

formatting:
name: Check formatting
Expand Down
3 changes: 3 additions & 0 deletions backend/connector-integration/src/connectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,6 @@ pub use self::shift4::Shift4;

pub mod nexixpay;
pub use self::nexixpay::Nexixpay;

pub mod tsys;
pub use self::tsys::Tsys;
Loading