Skip to content

Commit 69bb242

Browse files
SwenSchaeferjohannswen
andauthored
chore: enable ci interop tests (#1119)
* rebase * use lld * enable ci interop tests * fix actionlint ci --------- Co-authored-by: swen <swen-code@swens-MacBook-Air-2.local>
1 parent e22591a commit 69bb242

File tree

6 files changed

+511
-91
lines changed

6 files changed

+511
-91
lines changed

.github/workflows/js.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
source ./scripts/devenv.sh
3636
npx nx build @lightprotocol/zk-compression-cli --skip-nx-cache
3737
38-
# Commented for breaking changes to Photon
39-
#- name: Run CLI tests
40-
# run: |
41-
# source ./scripts/devenv.sh
42-
# npx nx test @lightprotocol/zk-compression-cli
38+
# Comment for breaking changes to Photon
39+
- name: Run CLI tests
40+
run: |
41+
source ./scripts/devenv.sh
42+
npx nx test @lightprotocol/zk-compression-cli
4343
4444
- name: Run stateless.js tests
4545
run: |

0 commit comments

Comments
 (0)