Skip to content

Commit

Permalink
[build] add GW embedding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed May 26, 2024
1 parent 5e0e25a commit 858a42b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
OMPI_MCA_rmaps_base_oversubscribe: "yes"

permissions:
permissions:
contents: write

jobs:
Expand All @@ -22,15 +22,15 @@ jobs:
fail-fast: false

runs-on: ubuntu-latest
container:
container:
image: ghcr.io/triqs/solid_dmft_github_ci:unstable

steps:
- uses: actions/checkout@v4

- name: Build solid_dmft
run: |
cmake -S . -B build/ -DBuild_Documentation=ON
cmake -S . -B build/ -DBuild_Documentation=ON -DTest_GW_embedding=ON
cmake --build build/ --verbose
- name: Test solid_dmft
Expand Down

0 comments on commit 858a42b

Please sign in to comment.