Skip to content

Commit 0e5d720

Browse files
authored
Update pr.yml
1 parent 703da8d commit 0e5d720

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,18 @@ jobs:
7171
path: target/release/juno.exe
7272

7373
- name: Cargo test
74-
if: github.action == 'pull_request'
7574
uses: actions-rs/cargo@v1
7675
with:
7776
command: test
7877

7978
- name: Cargo fmt
80-
if: github.action == 'pull_request'
8179
uses: actions-rs/cargo@v1
8280
with:
8381
command: fmt
8482
args: --all -- --check
8583

8684
- name: Cargo clippy
87-
if: github.action == 'pull_request'
8885
uses: actions-rs/cargo@v1
8986
with:
9087
command: clippy
91-
args: -- -D warnings
88+
args: -- -D warnings

0 commit comments

Comments
 (0)