Skip to content

Commit

Permalink
add egl test to static build too
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Mar 17, 2024
1 parent b4d2b0a commit 5a00216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cd test/build && make

- name: run test
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL_mock
run: cd test/build && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL_mock && ./bin/polyscope-test --gtest_catch_exceptions=0 backend=openGL3_egl

build_shared:
strategy:
Expand Down

0 comments on commit 5a00216

Please sign in to comment.