diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9adb3f4d..53863b1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,25 +6,25 @@ on: - main jobs: - build_and_test: - name: Test Parser Rust - runs-on: ubuntu-latest - defaults: - run: - working-directory: src/parser - steps: - - name: Checkout repository - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} - - - name: Set up Rust toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - - - name: Build in src/parser directory - run: cargo test --release + # build_and_test: + # name: Test Parser Rust + # runs-on: ubuntu-latest + # defaults: + # run: + # working-directory: src/parser + # steps: + # - name: Checkout repository + # uses: actions/checkout@v4 + # with: + # ref: ${{ github.event.pull_request.head.sha }} + + # - name: Set up Rust toolchain + # uses: actions-rs/toolchain@v1 + # with: + # toolchain: stable + + # - name: Build in src/parser directory + # run: cargo test --release test_python_bindings: name: Test Python Bindings @@ -52,7 +52,7 @@ jobs: - name: Build Wheels uses: PyO3/maturin-action@v1 with: - command: develope + command: develop - name: Run signature test run: python tests/