Skip to content

Commit

Permalink
Merge pull request #1168 from Phala-Network/dylib
Browse files Browse the repository at this point in the history
Contract runtime in dylibs
  • Loading branch information
kvinwang authored Mar 24, 2023
2 parents 8a0db59 + 77c06f0 commit 9ee4bc4
Show file tree
Hide file tree
Showing 132 changed files with 5,245 additions and 3,451 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build-pruntime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ runs:
with:
name: pruntime-binaries
path: |
./standalone/pruntime/bin/pruntime
./standalone/pruntime/bin/Rocket.toml
./standalone/pruntime/bin/*
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
submodules: 'true'
- uses: ./.github/actions/install_toolchain
- name: Run cargo tests
run: cargo test -vv --workspace --exclude node-executor --exclude phala-node
run: cargo test --tests -vv --workspace --exclude node-executor --exclude phala-node

cargo-clippy:
name: Run cargo clippy
Expand Down
Loading

0 comments on commit 9ee4bc4

Please sign in to comment.