Skip to content

Commit

Permalink
More tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jul 4, 2024
1 parent db06451 commit a169c91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ jobs:
run: |
cd src
ninja -C out/Default ipc_tests
- name: ninja mojo_unittests
run: |
cd src
ninja -C out/Default mojo_unittests
- name: ninja gpu_unittests
run: |
cd src
ninja -C out/Default gpu_unittests
- name: sccache check
run: sccache -s
- name: Any speed
Expand Down

0 comments on commit a169c91

Please sign in to comment.