Skip to content

Commit 7974df9

Browse files
committed
chire: run crypto tests in ci
1 parent c43ca05 commit 7974df9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ jobs:
206206
- async-select
207207
- btoa
208208
- byte-repeater
209+
- crypto
209210
- config-store
210211
- console
211212
- dynamic-backend
@@ -342,6 +343,7 @@ jobs:
342343
- name: Locate component resources
343344
run: |
344345
cp c-dependencies/js-compute-runtime/c-at-e.wit .
346+
cp c-dependencies/js-compute-runtime/wasi_snapshot_preview1.reactor.wasm .
345347
- run: yarn
346348
shell: bash
347349
- run: npm test
@@ -357,6 +359,7 @@ jobs:
357359
- 'async-select'
358360
- 'byte-repeater'
359361
- 'cache-override'
362+
- 'crypto'
360363
- 'edge-dictionary'
361364
- 'error'
362365
- 'geoip'
@@ -369,7 +372,7 @@ jobs:
369372
- 'request-upstream'
370373
- 'response'
371374
- 'response-headers'
372-
- secret-store
375+
- 'secret-store'
373376
- 'status'
374377
- 'timers'
375378
steps:

0 commit comments

Comments
 (0)