Skip to content

Commit

Permalink
Merge branch 'feat/ts-v5' of github.com:torusresearch/eccrypto into f…
Browse files Browse the repository at this point in the history
…eat/ts-v5
  • Loading branch information
arch1995 committed Aug 8, 2023
2 parents 693eba2 + 087aca6 commit 5daa8bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

on:
push:
branches:
- '*'
paths-ignore:
- 'master/**'
branches-ignore:
- 'master'

name: CI

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"test": "ECCRYPTO_NO_FALLBACK=1 mocha && karma start",
"test:ci": "ECCRYPTO_NO_FALLBACK=1 mocha && npm run k",
"m": "mocha",
"k": "karma start",
"kc": "karma start --browsers Chromium",
"kf": "karma start --browsers Firefox"
"k": "xvfb-run -a karma start",
"kc": "xvfb-run -a karma start --browsers Chromium",
"kf": "xvfb-run -a karma start --browsers Firefox"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5daa8bc

Please sign in to comment.