Skip to content

Commit

Permalink
ci: Run shuffle test in all simulators
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 29, 2024
1 parent 7749def commit 8ec58c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions target/snitch_cluster/sw/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ runs:
simulators: [vsim, vcs, verilator] # banshee fails with illegal instruction
# - elf: tests/build/fp64_conversions_scalar.elf
# simulators: [vsim, vcs, verilator]
# - elf: tests/build/interrupt.elf
- elf: tests/build/shuffle.elf
simulators: [vsim]
simulators: [vsim, vcs, verilator]
- elf: tests/build/interrupt_local.elf
- elf: tests/build/multi_cluster.elf
- elf: tests/build/openmp_parallel.elf
Expand Down

0 comments on commit 8ec58c8

Please sign in to comment.