Skip to content

Commit

Permalink
added ext. peer management tests to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0st42 committed Dec 21, 2023
1 parent 34037a9 commit 242e02f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ jobs:

- name: Run local dtntrigger test
run: ./tests/local_trigger_test.sh

- name: Run external peer management (dtn) test
run: ./tests/ext_peer_management.sh

- name: Run external peer management (ipn) test
run: ./tests/ext_peer_management_ipn.sh

strategy:
matrix:
Expand Down

0 comments on commit 242e02f

Please sign in to comment.