chore(build): make build commands more generic in push workflow

This commit is contained in:
fallenoak 2020-11-30 20:06:37 -06:00
parent f3fe0b6bbe
commit 385c46807b
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -38,7 +38,7 @@ jobs:
run: cd build && cmake .. -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }}
- name: Build
run: cd build && make
run: cmake --build build --config ${{ matrix.config.build_type }}
- name: Test
run: ./build/test/TempestTest