test runner matrix

This commit is contained in:
2025-05-11 11:45:08 +00:00
commit ba01e77fd9

View File

@@ -0,0 +1,12 @@
jobs:
benchmark_modifiers:
strategy:
matrix:
BMS_MODIFIERS: [0, 4, 8, 12, 16, 20, 24, 28, 31]
RANDOM_SEEDS: [0, 1, 2]
VARIANTS: [2]
container:
image: hello-world
steps:
- name: Hello world
run: echo "Hello world"