32
32
run : npm install -g esbuild
33
33
- name : Prepare test for ./x/core
34
34
working-directory : ./x/core
35
- run : deno run -A dnt.ts
35
+ run : deno task dnt
36
36
- name : Run npm pack for ./x/core
37
37
working-directory : ./npm-packages/x/core
38
38
run : npm pack
45
45
deno test core.spec.ts --allow-net --config ../../../deno.json
46
46
- name : Prepare test for ./x/chacha20poly1305
47
47
working-directory : ./x/chacha20poly1305
48
- run : |
49
- deno run -A dnt.ts
48
+ run : deno task dnt
50
49
- name : Run npm pack for ./x/chacha20poly1305
51
50
working-directory : ./npm-packages/x/chacha20poly1305
52
51
run : npm pack
59
58
deno test chacha20poly1305.spec.ts --allow-net --config ../../../deno.json
60
59
- name : Prepare test for ./x/dhkem-x25519
61
60
working-directory : ./x/dhkem-x25519
62
- run : |
63
- deno task dnt
61
+ run : deno task dnt
64
62
- name : Run npm pack for ./x/dhkem-x25519
65
63
working-directory : ./npm-packages/x/dhkem-x25519
66
64
run : npm pack
73
71
deno test dhkem-x25519.spec.ts --allow-net --config ../../../deno.json
74
72
- name : Prepare test for ./x/dhkem-x448
75
73
working-directory : ./x/dhkem-x448
76
- run : |
77
- deno task dnt
74
+ run : deno task dnt
78
75
- name : Run npm pack for ./x/dhkem-x448
79
76
working-directory : ./npm-packages/x/dhkem-x448
80
77
run : npm pack
87
84
deno test dhkem-x448.spec.ts --allow-net --config ../../../deno.json
88
85
- name : Prepare test for ./x/dhkem-secp256k1
89
86
working-directory : ./x/dhkem-secp256k1
90
- run : |
91
- deno task dnt
87
+ run : deno task dnt
92
88
- name : Run npm pack for ./x/dhkem-secp256k1
93
89
working-directory : ./npm-packages/x/dhkem-secp256k1
94
90
run : npm pack
101
97
deno test dhkem-secp256k1.spec.ts --allow-net --config ../../../deno.json
102
98
- name : Prepare test for ./x/hybridkem-x25519-kyber768
103
99
working-directory : ./x/hybridkem-x25519-kyber768
104
- run : |
105
- deno task dnt
100
+ run : deno task dnt
106
101
- name : Run npm pack for ./x/hybridkem-x25519-kyber768
107
102
working-directory : ./npm-packages/x/hybridkem-x25519-kyber768
108
103
run : npm pack
@@ -115,9 +110,7 @@ jobs:
115
110
deno test hybridkem-x25519-kyber768.spec.ts --allow-net --config ../../../deno.json
116
111
- name : Prepare test for ./x/hpke-js
117
112
working-directory : ./x/hpke-js
118
- run : |
119
- deno run -A dnt.ts
120
- deno task minify > test/runtimes/hpke.js
113
+ run : deno task dnt
121
114
- name : Run npm pack for ./x/hpke-js
122
115
working-directory : ./npm-packages/x/hpke-js
123
116
run : npm pack
0 commit comments