Skip to content

Commit

Permalink
ci: run test one by one to avoid memory overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miaochenlu committed Jan 8, 2025
1 parent c458f1c commit b08c17e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cache_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@ jobs:
make init
- name: Cache Test
run: |
make test
make test_dcache
make test_amo
make test_lrsc
make test_mmio
make test_forward
make test_bypass

0 comments on commit b08c17e

Please sign in to comment.