From d7c6e97c69664cda00577ef17c8575bc6f1a1378 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 30 May 2020 01:21:50 -0400 Subject: [PATCH] Update daily CI job Former-commit-id: 2c659acc7dae6263e2766ed8e6492144d5848071 --- .github/workflows/daily.yml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 8b3d81dfc..e238d3054 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -38,30 +38,14 @@ jobs: - name: module api test run: ./runtest-moduleapi --verbose - test-32bit: + test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: make run: | - sudo apt-get update && sudo apt-get install libc6-dev-i386 - make 32bit - - name: test - run: | - sudo apt-get install tcl8.5 - ./runtest --accurate --verbose - - name: module api test - run: | - make -C tests/modules 32bit # the script below doesn't have an argument, we must build manually ahead of time - ./runtest-moduleapi --verbose - - test-tls: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: make - run: | - make BUILD_TLS=yes + sudo apt-get -y install uuid-dev libcurl4-openssl-dev + make -j2 - name: test run: | sudo apt-get install tcl8.5 tcl-tls