Skip to content

Commit 0c7931b

Browse files
build: reenable unit tests before release
1 parent 75d1a1e commit 0c7931b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: "14"
1313
- run: yarn
14-
# - run: yarn test
14+
- run: yarn test
1515
- run: yarn build
1616
- name: Release
1717
env:

0 commit comments

Comments
 (0)