Skip to content

Commit

Permalink
Merge branch 'main' into add-fmt-to-ci
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Apr 26, 2023
2 parents 37498c9 + 74c08ce commit f432761
Show file tree
Hide file tree
Showing 18 changed files with 1,183 additions and 627 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Setup OCI runtime build env
run: |
sudo apt -y update
sudo apt install -y pkg-config libsystemd-dev libdbus-glib-1-dev build-essential libelf-dev libseccomp-dev libclang-dev
- name: Setup WasmEdge build env
run: |
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --version=0.11.2
Expand All @@ -53,10 +57,8 @@ jobs:
- name: Validate docs
run: ./scripts/validate-docs.sh
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all --verbose
run: |
sudo -E LD_LIBRARY_PATH=/home/runner/.wasmedge/lib /home/runner/.cargo/bin/cargo test --all --verbose
e2e:
needs: [build]
Expand Down
Loading

0 comments on commit f432761

Please sign in to comment.