Skip to content

Commit ee4959f

Browse files
committed
remove test checking
1 parent f2e98ee commit ee4959f

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Before usage
2-
# - Change name of output files
3-
# - Change lint command if needed
4-
51
name: Release CLI
62

73
on:
@@ -31,10 +27,7 @@ jobs:
3127
cache-on-failure: true
3228

3329
- name: lint
34-
run: cargo clippy # instruct some packages if needed
35-
36-
# - name: test
37-
# run: cargo test --tests --bins --examples # instruct some packages if needed
30+
run: cargo clippy
3831

3932
build-and-release:
4033
name: Build and Release

.github/workflows/lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Lint
33
on:
44
push:
55
branches:
6-
# change for your branch name
76
- main
87

98
env:
@@ -29,5 +28,3 @@ jobs:
2928

3029
- name: lint
3130
run: cargo clippy # instruct some packages if needed
32-
- name: test
33-
run: cargo test --tests --bins --examples # instruct some packages if needed

0 commit comments

Comments
 (0)