summaryrefslogtreecommitdiffstats
path: root/.github/workflows/main-auto.yml
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2024-03-16 03:42:21 (GMT)
committerGitHub <noreply@github.com>2024-03-16 03:42:21 (GMT)
commit844172a1e81fd614fa1efb32e2dcee469b740794 (patch)
tree9cfe0eb3c73bf034b2637c8782c066f8d7a7ff0f /.github/workflows/main-auto.yml
parent4320d92be6f2d4c945ebe2ce8d63a683d6642a96 (diff)
parent6d85ea26abea85935af45081e8ef9d6e2a659171 (diff)
downloadhdf5-844172a1e81fd614fa1efb32e2dcee469b740794.zip
hdf5-844172a1e81fd614fa1efb32e2dcee469b740794.tar.gz
hdf5-844172a1e81fd614fa1efb32e2dcee469b740794.tar.bz2
Merge branch 'develop' into feature/new_datatypesfeature/new_datatypes
Diffstat (limited to '.github/workflows/main-auto.yml')
-rw-r--r--.github/workflows/main-auto.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/main-auto.yml b/.github/workflows/main-auto.yml
index 51ddfdb..cab026e 100644
--- a/.github/workflows/main-auto.yml
+++ b/.github/workflows/main-auto.yml
@@ -51,7 +51,6 @@ jobs:
- name: Get Sources
uses: actions/checkout@v4.1.1
- # AUTOTOOLS CONFIGURE
- name: Autotools Configure
run: |
sh ./autogen.sh
@@ -92,13 +91,10 @@ jobs:
shell: bash
if: ${{ inputs.thread_safety == 'enable' }}
- # BUILD
- name: Autotools Build
run: make -j3
working-directory: ${{ runner.workspace }}/build
- # RUN TESTS
- # NORMAL
- name: Autotools Run Tests
run: make check -j2
working-directory: ${{ runner.workspace }}/build