diff --git a/.github/workflows/compile-msvc.yml b/.github/workflows/compile-msvc.yml index 68ddafb887..8e2e644690 100644 --- a/.github/workflows/compile-msvc.yml +++ b/.github/workflows/compile-msvc.yml @@ -20,8 +20,14 @@ jobs: - name: Building LAMMPS via CMake shell: bash run: | - cmake -C ../cmake/presets/windowws.cmake \ + cmake -C cmake/presets/windows.cmake \ -S cmake -B build \ -D BUILD_SHARED_LIBS=on \ -D LAMMPS_EXCEPTIONS=on cmake --build build --config Release + + - name: Run LAMMPS executable + shell: bash + run: | + ./build/Release/lmp.exe -h + ./build/Release/lmp.exe -in bench/in.lj