Skip to content

Commit f3d76d6

Browse files
committed
review: fix syntax.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent c0788fa commit f3d76d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
--test_output=errors
290290
--define engine=${{ matrix.engine }}
291291
${{ matrix.flags }}
292-
//test/... ${{ matrix.targets }}
292+
-- //test/... ${{ matrix.targets }}
293293
294294
- name: Bazel build/test (signed Wasm module)
295295
if: ${{ matrix.engine != 'null' && !startsWith(matrix.os, 'windows') }}

0 commit comments

Comments
 (0)