Skip to content

Commit

Permalink
Add macro to GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Sep 12, 2024
1 parent 2574c98 commit a8dbf7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- sstmainline_coreonly_config_no_mpi
- sstmainline_config_make_dist_test
- sstmainline_config_core_make_dist_test
- sst-macro_withsstcore_mac
- sst-macro_withsstcore_linux
- sst_Macro_make_dist
exclude:
- os: macos-14
build-type: sstmainline_config
Expand All @@ -35,6 +38,10 @@ jobs:
build-type: sstmainline_config_make_dist_test
- os: macos-14
build-type: sstmainline_config_core_make_dist_test
- os: macos-14
build-type: sst-macro_withsstcore_linux
- os: ubuntu-24.04
build-type: sst-macro_withsstcore_mac
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a8dbf7e

Please sign in to comment.