Skip to content

Commit

Permalink
Add gromacs-2024 target for tests in addition to gromacs-main
Browse files Browse the repository at this point in the history
  • Loading branch information
HubLot committed Jan 5, 2024
1 parent b0c154d commit e411f1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,19 @@ jobs:
test_lib_directory: gromacs/tests/library
rpath_exe: install/bin/gmx_mpi_d

gromacs-2024:
name: GROMACS (release-2024)
uses: ./.github/workflows/backend-template.yml
with:
backend_name: GROMACS-2024
backend_repo: gromacs/gromacs
backend_repo_ref: release-2024
container_name: CentOS9-devel
path_compile_script: devel-tools/compile-gromacs.sh
test_lib_directory: gromacs/tests/library
test_interface_directory: gromacs/tests/interface
rpath_exe: install/bin/gmx_mpi_d

gromacs-main:
name: GROMACS (main)
uses: ./.github/workflows/backend-template.yml
Expand Down

0 comments on commit e411f1e

Please sign in to comment.