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

This commit is contained in:
fallenoak 2020-11-30 22:36:53 -06:00
parent be391c6592
commit 22fd74ec1d
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -36,7 +36,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/StormTest