Skip to content

Commit f267d83

Browse files
authored
Update rust.yml
1 parent 64fe0aa commit f267d83

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/rust.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "gh_actions" ]
66
pull_request:
77
branches: [ "master" ]
88

@@ -11,12 +11,8 @@ env:
1111

1212
jobs:
1313
build:
14-
1514
runs-on: ubuntu-latest
16-
1715
steps:
1816
- uses: actions/checkout@v4
19-
- name: Build
20-
run: cargo build --verbose
2117
- name: Run tests
22-
run: cargo test --verbose
18+
run: cargo test --release -- --nocapture

0 commit comments

Comments
 (0)