Skip to content

Commit

Permalink
Fix di created field tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jul 19, 2024
1 parent 8a4dd6a commit a109287
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ 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, and time (created) tests are failing
# - "vc-di-eddsa-test-suite" # time (created) tests are failing
# - "vc-di-ed25519signature2020-test-suite" # time (created) tests are failing
# - "vc-di-ecdsa-test-suite" # https://github.com/w3c/vc-di-ecdsa-test-suite/issues/86
- "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-di-bbs-test-suite"
Expand Down
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/spruceid/didkit-http"
exclude = ["/tests"]

[dependencies]
ssi = { git = "https://github.com/spruceid/ssi.git", rev = "88110a9", features = [
ssi = { git = "https://github.com/spruceid/ssi.git", rev = "46d89d2", features = [
"secp384r1",
"bbs",
] }
Expand Down

0 comments on commit a109287

Please sign in to comment.