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 d90b842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

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

0 comments on commit d90b842

Please sign in to comment.