Skip to content

Commit 4019976

Browse files
committed
Fixed malformed workflow
1 parent a3f3199 commit 4019976

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/rust.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
name: Rust
2+
3+
on:
4+
pull_request:
5+
branches: [ "master", "rewrite/v3" ]
6+
push:
7+
branches: [ "master", "rewrite/v3" ]
8+
workflow_dispatch:
9+
10+
env:
11+
CARGO_TERM_COLOR: always
12+
13+
14+
115
jobs:
216
format:
317
name: Check code formatting
@@ -144,4 +158,4 @@ jobs:
144158
targets: ${{ matrix.target }}
145159

146160
- name: Run tests
147-
run: cargo test --target ${{ matrix.target }} --verbose
161+
run: cargo test --target ${{ matrix.target }} --verbose

0 commit comments

Comments
 (0)