Skip to content

Commit

Permalink
Merge branch 'release-pre-release-corrections-builds-tests-warnings-d…
Browse files Browse the repository at this point in the history
…ocs' of https://github.com/unum-cloud/ustore into release-pre-release-corrections-builds-tests-warnings-docs
  • Loading branch information
DarvinHarutyunyan committed Aug 8, 2023
2 parents 03a020f + abf2f9d commit 2b85a0a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,17 @@ jobs:
- name: Change Permissions
run: chmod +x /home/runner/work/ustore/ustore/*

- name: Run Tests
- name: Run Embeded servers unit tests
run: |
mkdir -p ./tmp/ustore/
export USTORE_TEST_PATH="./tmp/ustore/"
for test in $(ls /home/runner/work/ustore/ustore/*test_units*); do echo -e "------ \e[93mRunning $test\e[0m ------"; timeout -v --kill-after=5 300 $test; done
export USTORE_TEST_PATH="./tmp/"
for test in $(ls /home/runner/work/ustore/ustore/*test_units_ustore_embedded*); do
echo -e "------ \e[93mRunning $test\e[0m ------"
timeout -v --kill-after=5 300 $test
done
- name: Run flight client test
run: /home/runner/work/ustore/ustore/test_units_ustore_flight_client


build_test_wheel:
Expand Down

0 comments on commit 2b85a0a

Please sign in to comment.