1# kjlubick@ could not find a good way to run multiple bazel tasks using bazel itself 2compile_all_tests: 3 bazel run //tools/skslc:compile_glsl_tests --config=release 4 bazel run //tools/skslc:compile_glsl_nosettings_tests --config=release 5 bazel run //tools/skslc:compile_metal_tests --config=release 6 bazel run //tools/skslc:compile_skrp_tests --config=release 7 bazel run //tools/skslc:compile_stage_tests --config=release 8 bazel run //tools/skslc:compile_spirv_tests --config=release 9 bazel run //tools/skslc:compile_wgsl_tests --config=release 10 bazel run //tools/skslc:compile_hlsl_tests --config=release 11