diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dc3dd6..e7bf953 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: