Move rust workspace to top directory

This commit is contained in:
Steve Myers
2022-11-14 18:00:23 -06:00
parent 632f48e75a
commit 8857c851f6
6 changed files with 12 additions and 18 deletions

View File

@@ -12,9 +12,6 @@ jobs:
build-test:
name: Build and test
runs-on: ubuntu-latest
defaults:
run:
working-directory: bdk-ffi
strategy:
matrix:
rust:
@@ -54,9 +51,6 @@ jobs:
fmt:
name: Rust fmt
runs-on: ubuntu-latest
defaults:
run:
working-directory: bdk-ffi
steps:
- name: Checkout
uses: actions/checkout@v2