Skip to content

Commit

Permalink
Merge branch 'fumiama:master' into fix-msvc-build
Browse files Browse the repository at this point in the history
  • Loading branch information
synodriver committed Apr 7, 2024
2 parents b90b856 + 3b4925e commit d8ac329
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
on: [ push, pull_request ]
on: [ push, pull_request, workflow_dispatch ]

jobs:
test:
Expand Down Expand Up @@ -42,5 +42,6 @@ jobs:
- name: Build and Run 64bit Tests
run: |
mkdir build && cd ./build
cmake -DBUILD=test ..
cmake --build .
cmake .. -DBUILD=test -G "Visual Studio 17 2022" -A x64
cmake --build .
./ctest --rerun-failed --output-on-failure

0 comments on commit d8ac329

Please sign in to comment.