Skip to content

Commit

Permalink
add egl test on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Mar 17, 2024
1 parent 787ee84 commit f532fcd
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 @@ -51,4 +51,4 @@ 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

0 comments on commit f532fcd

Please sign in to comment.