[Rt-commit] rt branch, 4.4/github-actions-testing2, updated. rt-4.4.4-470-g365855aff6
Jim Brandt
jbrandt at bestpractical.com
Tue May 25 13:27:09 EDT 2021
The branch, 4.4/github-actions-testing2 has been updated
via 365855aff66ffaad1810072aa67f4542ce322fe8 (commit)
from c5447171a4912c517932f1896348183caf775bda (commit)
Summary of changes:
.github/workflows/github-action.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 365855aff66ffaad1810072aa67f4542ce322fe8
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue May 25 13:27:03 2021 -0400
Put RT tests back
diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 1b47ac877f..b2da90732c 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -26,9 +26,7 @@ jobs:
- name: Run RT tests
shell: bash
run: |
- echo "Sleeping"
- sleep 61
-# docker exec -e RT_TEST_PARALLEL=1 rt bash -c "cd /rt && prove -lj6 t/*"
+ docker exec -e RT_TEST_PARALLEL=1 rt bash -c "cd /rt && prove -lj6 t/*"
- name: Get run time
shell: bash
run: |
-----------------------------------------------------------------------
More information about the rt-commit
mailing list