Skip to content

Commit 0c0e8ff

Browse files
committed
run build first
1 parent 319052b commit 0c0e8ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
override: true
2121
components: rustfmt, clippy
2222

23-
- name: Run cargo fmt
23+
- name: Run cargo build
2424
uses: actions-rs/cargo@v1
2525
with:
26-
command: fmt
26+
command: build
2727

28-
- name: Run cargo build
28+
- name: Run cargo fmt
2929
uses: actions-rs/cargo@v1
3030
with:
31-
command: build
31+
command: fmt
3232

3333
- name: Run cargo clippy
3434
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)