Skip to content

Commit

Permalink
fix makefile script
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Dec 13, 2022
1 parent 733d8f1 commit 7b7e468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: make youki-release
- name: test
run: make test-all
run: make unittest featuretest oci-tests

upload:
name: Upload
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ all: youki-release rust-oci-tests-bin runtimetest

# Tests
unittest:
LD_LIBRARY_PATH=$HOME/.wasmedge/lib cd ./crates && cargo test --all --all-targets --all-features
cd ./crates && LD_LIBRARY_PATH=${HOME}/.wasmedge/lib cargo test --all --all-targets --all-features

featuretest:
./scripts/features_test.sh
Expand Down

0 comments on commit 7b7e468

Please sign in to comment.