Endurance not setup for pro

Former-commit-id: 97ad41effac1322a4ad14c441e23838bb20528da
This commit is contained in:
John Sully 2020-06-02 23:47:13 -04:00
parent b7766272ab
commit ac1aa342cf

View File

@ -1,22 +0,0 @@
name: Endurance
on:
schedule:
- cron: '30 * * * *'
jobs:
test-endurance:
runs-on: octocore
timeout-minutes: 60
steps:
- uses: actions/checkout@v1
- name: make
run: |
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
make -j8
- name: test-multithread (5X)
run: |
sudo apt-get install -y tcl8.5
./runtest --loopn 5 --config server-threads 3 --clients 5