1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-04-20 00:54:12 +02:00

fix makefile script

This commit is contained in:
Yashodhan Joshi 2022-12-13 14:09:50 +05:30
parent 733d8f1bf9
commit 7b7e468059
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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