Skip to content

Commit

Permalink
Build all tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Jun 13, 2024
1 parent aba0561 commit 6419b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
# https://stackoverflow.com/a/24470998/1236990
cmake --build build -j4 --config ${{ matrix.build_type }} --target gtsam
cmake --build build -j4 --config ${{ matrix.build_type }} --target gtsam_unstable
cmake --build build -j4 --config ${{ matrix.build_type }} --target all.tests
- name: Test
shell: bash
Expand Down

0 comments on commit 6419b0d

Please sign in to comment.