Skip to content

Commit

Permalink
chore: enable ci interop tests (#1119)
Browse files Browse the repository at this point in the history
* rebase

* use lld

* enable ci interop tests

* fix actionlint ci

---------

Co-authored-by: swen <[email protected]>
  • Loading branch information
SwenSchaeferjohann and swen authored Aug 28, 2024
1 parent e22591a commit 69bb242
Show file tree
Hide file tree
Showing 6 changed files with 511 additions and 91 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
source ./scripts/devenv.sh
npx nx build @lightprotocol/zk-compression-cli --skip-nx-cache
# Commented for breaking changes to Photon
#- name: Run CLI tests
# run: |
# source ./scripts/devenv.sh
# npx nx test @lightprotocol/zk-compression-cli
# Comment for breaking changes to Photon
- name: Run CLI tests
run: |
source ./scripts/devenv.sh
npx nx test @lightprotocol/zk-compression-cli
- name: Run stateless.js tests
run: |
Expand Down
Loading

0 comments on commit 69bb242

Please sign in to comment.