Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmikhalevich committed Mar 27, 2024
1 parent 15d2f12 commit 9100767
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:

- name: Test rollup-http-server and echo-dapp client
run: |
export CPATH=$(pwd)/sys-utils/libcmt/include:$CPATH
echo $CPATH
make -C sys-utils/libcmt/ -j$(nproc) install-mock
cd rollup-http/rollup-http-server
USE_ROLLUP_BINDINGS_MOCK=1 cargo test -- --show-output --test-threads=1
cargo test -- --show-output --test-threads=1

0 comments on commit 9100767

Please sign in to comment.