From a09a30bef86111215d2dbaa7d4d626516b177dc9 Mon Sep 17 00:00:00 2001 From: Jan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:40:39 +0200 Subject: [PATCH] Testing why only one job runs --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) 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/