Skip to content

Commit

Permalink
ci: remove api-integration tests CI job as it runs elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht committed Jan 16, 2025
1 parent 099eb57 commit 513a2cb
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,28 +131,6 @@ jobs:
working-directory: pop-api
run: cargo test --release --locked --all-features

api-integration-tests-devnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: "./.github/actions/init"

- name: Run integration tests
working-directory: pop-api/integration-tests
run: cargo test --release --locked --features devnet

api-integration-tests-testnet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: "./.github/actions/init"

- name: Run integration tests
working-directory: pop-api/integration-tests
run: cargo test --release --locked --features testnet

coverage:
needs: lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 513a2cb

Please sign in to comment.