-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:juspay/hyperswitch into pm-v2-domain
- Loading branch information
Showing
71 changed files
with
458 additions
and
1,351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,25 +302,13 @@ jobs: | |
- name: Install rust cache | ||
uses: Swatinem/[email protected] | ||
|
||
- name: Install cargo-hack | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: cargo-hack | ||
checksum: true | ||
|
||
- name: Install just | ||
uses: taiki-e/[email protected] | ||
with: | ||
tool: just | ||
checksum: true | ||
|
||
- name: Run cargo-hack on v2 features in select crates | ||
shell: bash | ||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
RUSTFLAGS: "-D warnings -A clippy::todo" | ||
run: just hack_v2 | ||
|
||
- name: Run cargo check with v2 features enabled | ||
shell: bash | ||
# env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.