Skip to content

Commit

Permalink
Add dependency ohash to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Jun 15, 2024
1 parent c86c330 commit 81d8929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: cross-org/workflows/.github/workflows/bun-ci.yml@main
with:
jsr_dependencies: "@cross/test @cross/fs @cross/runtime @std/[email protected] @std/[email protected]"
npm_dependencies: "cbor-x"
npm_dependencies: "cbor-x ohash"
node_ci:
uses: cross-org/workflows/.github/workflows/node-ci.yml@main
with:
jsr_dependencies: "@cross/test @cross/fs @cross/runtime @std/[email protected] @std/[email protected]"
npm_dependencies: "cbor-x"
npm_dependencies: "cbor-x ohash"
test_target: "test/*.test.ts"

0 comments on commit 81d8929

Please sign in to comment.