blob: 03440834fe1c51707dda84c6f97b3c08c14fe8cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
bcr_test_module:
module_path: "bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- ":hwy_ops_tests"
|