Skip to content

Commit

Permalink
Merge #121: E2E tests for torrent routes
Browse files Browse the repository at this point in the history
e3ed344 tests: [#120] E2E tests for torrent routes (Jose Celano)
ea36618 feat: [#120] add cargo dependency which (Jose Celano)
bac7e64 feat: [#120] add cargo dependency uuid (Jose Celano)
a5bdaad feat: [#120] add cargo dependency tempfile (Jose Celano)
c7c6ffd feat: [#120] add dependency feature (Jose Celano)

Pull request description:

  E2E tests for API `torrent` routes.

ACKs for top commit:
  josecelano:
    ACK e3ed344

Tree-SHA512: 3ca09aeb94523691f50b5c514e4ed00d4a0f2549d5e0b39a6f406d2b96b645e28a650efa15b40c040d6662d14e1f6e12836e5daf47845c9cad9db7f3193d913d
  • Loading branch information
josecelano committed Apr 28, 2023
2 parents fdc3e27 + e3ed344 commit 79c54e8
Show file tree
Hide file tree
Showing 21 changed files with 1,282 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest
- name: Test Coverage
run: cargo llvm-cov nextest
run: cargo llvm-cov nextest
- name: E2E Tests
run: ./docker/bin/run-e2e-tests.sh
Loading

0 comments on commit 79c54e8

Please sign in to comment.