Skip to content

Commit

Permalink
run make test in CI (#524)
Browse files Browse the repository at this point in the history
* Update action.yml

* Update windows_ci.yml

* Update windows_ci.yml
  • Loading branch information
ahmed-irfan committed Aug 25, 2024
1 parent e6a5726 commit c0a2609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ jobs:
CYGWIN: winsymlinks:native
run: >-
export PATH=/tools/dynamic_gmp/bin:/tools/static_gmp/bin:$PATH &&
make OPTION=mingw64 MODE=${{ matrix.mode }} check-api
make OPTION=mingw64 MODE=${{ matrix.mode }} check-api &&
make OPTION=mingw64 MODE=${{ matrix.mode }} test

0 comments on commit c0a2609

Please sign in to comment.