Skip to content

Commit d51fce6

Browse files
authored
Update ci.yml
1 parent 8509f64 commit d51fce6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
1615
steps:
1716
- uses: actions/checkout@v4
1817
- name: Build
19-
run: cargo build --verbose
18+
run: cargo build
2019
- name: Run tests
21-
run: cargo test --verbose
20+
run: cargo test

0 commit comments

Comments
 (0)