Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ancientjpeg committed Nov 11, 2024
1 parent 1243238 commit 41d7aae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env: ACTIONS_UNIT_TESTS: "1"
steps:

- name: Apt Install Dependencies
Expand Down
5 changes: 5 additions & 0 deletions tests/sanity/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Include tests that cannot run on GH actions due to lack of GPU here
if(NOT DEFINED ENV{ACTIONS_UNIT_TESTS})

target_sources(tests PRIVATE
context.tests.cpp
)

endif()

0 comments on commit 41d7aae

Please sign in to comment.