Skip to content

Commit

Permalink
Revert "[TEST] CI: reduce CI matrix size"
Browse files Browse the repository at this point in the history
This reverts commit 6d42ce7.
  • Loading branch information
lpawelcz committed Jan 26, 2024
1 parent e0db254 commit f4cd1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
fail-fast: false
matrix:
CONFIG: ["MegaBoomConfig"]
BINARY: ["../../tests/hello.riscv"]
CONFIG: ["RocketConfig", "MegaBoomConfig"]
BINARY: ["../../tests/hello.riscv", "../../software/coremark/riscv-coremark/coremark.bare.riscv"]
env:
DEBIAN_FRONTEND: "noninteractive"
steps:
Expand Down

0 comments on commit f4cd1bd

Please sign in to comment.