Skip to content

Commit

Permalink
chore: added missing tests to CI build and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0st42 committed Feb 27, 2024
1 parent 1b16007 commit 800960f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ jobs:

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

- name: Run store delete test
run: ./tests/store_delete.sh

- name: Run store delete test for singleton
run: ./tests/store_delete_singleton.sh



strategy:
matrix:
Expand Down

0 comments on commit 800960f

Please sign in to comment.