Skip to content

Commit 5ff141a

Browse files
Update rust.yml
1 parent 237630b commit 5ff141a

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/rust.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,3 @@ jobs:
2121
run: cargo build --verbose
2222
- name: Run tests
2323
run: cargo test --verbose
24-
=======
25-
name: Rust
26-
27-
on:
28-
push:
29-
branches: [ "main" ]
30-
pull_request:
31-
branches: [ "main" ]
32-
33-
env:
34-
CARGO_TERM_COLOR: always
35-
36-
jobs:
37-
build:
38-
39-
runs-on: ubuntu-latest
40-
41-
steps:
42-
- uses: actions/checkout@v4
43-
- name: Build
44-
run: cargo build --verbose
45-
- name: Run tests
46-
run: cargo test --verbose
47-
>>>>>>> d3143323807030b82a179850cad53352137670fa
48-

0 commit comments

Comments
 (0)