Skip to content

Commit 93d2451

Browse files
authored
ci: update build
1 parent 5008607 commit 93d2451

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
name: Rust
1+
name: build
22

33
on:
44
push:
55
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main" ]
87

98
env:
109
CARGO_TERM_COLOR: always
1110

1211
jobs:
1312
build:
14-
1513
runs-on: ubuntu-latest
16-
1714
steps:
1815
- uses: actions/checkout@v4
19-
- name: Build
20-
run: cargo build --verbose
21-
- name: Run tests
22-
run: cargo test --verbose
16+
- run: cargo build --verbose
17+
- run: cargo test --verbose

0 commit comments

Comments
 (0)