Skip to content

Commit 48e57a6

Browse files
committed
Run payjoin-ffi workflows in CI
Run rust test and lint checks in the main rust workflow. The python checks are added as a separate workflow.
1 parent a5ca6ef commit 48e57a6

5 files changed

Lines changed: 6 additions & 70 deletions

File tree

payjoin-ffi/.github/workflows/build-python.yml renamed to .github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: redis:7-alpine
1212
defaults:
1313
run:
14-
working-directory: python
14+
working-directory: payjoin-ffi/python
1515
strategy:
1616
matrix:
1717
include:
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: macos-13
6464
defaults:
6565
run:
66-
working-directory: python
66+
working-directory: payjoin-ffi/python
6767
strategy:
6868
matrix:
6969
python:

payjoin-ffi/.github/workflows/build.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

payjoin-ffi/contrib/lint.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

payjoin-ffi/contrib/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
set -e
3+
4+
cargo test --locked --package payjoin-ffi --verbose --features=_danger-local-https,_test-utils

payjoin-ffi/lefthook.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)