Skip to content

Commit

Permalink
ci: clean up action name
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 14, 2024
1 parent f889f90 commit ac42677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linux atutools parallel threadsafe vfds
name: lin auto ompi ts dr mr s3 sf

on:
push:
Expand All @@ -21,7 +21,8 @@ jobs:
set
./autogen.sh
./configure --enable-parallel --enable-direct-vfd --enable-mirror-vfd \
--enable-subfiling-vfd --enable-ros3-vfd --enable-threadsafe --disable-hl CC=mpicc
--enable-ros3-vfd --enable-subfiling-vfd --enable-threadsafe \
--disable-hl CC=mpicc
make
make check

Expand Down
2 changes: 1 addition & 1 deletion WATCHME.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
| Test | Status |
| -----| ------ |
| Off | [![mac13 off](https://github.com/hyoklee/hdf5/actions/workflows/mac13-off.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/mac13-off.yml) |
| Extra | [![linux atutools parallel threadsafe vfds](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto-ts.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto-ts.yml) [![linux autotools parallel vfds](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto.yml) [![mac autotools parallel](https://github.com/hyoklee/hdf5/actions/workflows/mac-auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/mac-auto.yml) |
| Extra | [![li atut ompi ts dr mr s3 sf](https://github.com/hyoklee/hdf5/actions/workflows/lin-auto-ompi-ts-dr-mr-s3-sf.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/lin-auto-ompi-ts-dr-mr-s3-sf.yml) [![linux autotools parallel vfds](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/linux-auto.yml) [![mac autotools parallel](https://github.com/hyoklee/hdf5/actions/workflows/mac-auto.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/mac-auto.yml) |
| Julia | [![lin jl](https://github.com/hyoklee/hdf5/actions/workflows/lin-jl.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/lin-jl.yml) [![lin auto jl](https://github.com/hyoklee/hdf5/actions/workflows/lin-auto-jl.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/lin-auto-jl.yml) |
| Interop. | [![HDF-EOS5](https://img.shields.io/github/actions/workflow/status/HDFGroup/hdf5/hdfeos5.yml?branch=develop&label=HDF-EOS5)](https://github.com/HDFGroup/hdf5/actions?query=branch%3Adevelop) [![netCDF](https://github.com/hyoklee/hdf5/actions/workflows/netcdf.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/netcdf.yml) |
| S3 | [![mac-13 CMake ROS3](https://github.com/hyoklee/hdf5/actions/workflows/mac-cmake-ros3.yml/badge.svg)](https://github.com/hyoklee/hdf5/actions/workflows/mac-cmake-ros3.yml) |
Expand Down

0 comments on commit ac42677

Please sign in to comment.