Skip to content

Commit

Permalink
Update deps and submodules (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored Sep 25, 2024
1 parent 093d90a commit edcd0c1
Show file tree
Hide file tree
Showing 11 changed files with 345 additions and 454 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ jobs:
suite:
# - "vc-api-issuer-test-suite" # not updated to latest test suites config
# - "vc-api-verifier-test-suite" # not updated to latest test suites config
# - "vc-di-ecdsa-test-suite" # https://github.com/w3c/vc-di-ecdsa-test-suite/issues/86
- "vc-di-ecdsa-test-suite"
- "vc-di-eddsa-test-suite"
- "vc-di-ed25519signature2020-test-suite"
# - "did-key-test-suite" # not updated to latest test suites config
- "vc-data-model-2.0-test-suite"
# - "vc-data-model-2.0-test-suite" # new tests were added to VPs which are failing
- "vc-di-bbs-test-suite"
# - "vc-bitstring-status-list-test-suite" # didkit-http doesn't support revocation yet
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule "tests/vc-di-bbs-test-suite"]
path = tests/vc-di-bbs-test-suite
url = https://github.com/w3c/vc-di-bbs-test-suite.git
[submodule "tests/vc-bitstring-status-list-test-suite"]
path = tests/vc-bitstring-status-list-test-suite
url = https://github.com/w3c/vc-bitstring-status-list-test-suite.git
Loading

0 comments on commit edcd0c1

Please sign in to comment.