Skip to content

Commit 90f4816

Browse files
committed
Build
1 parent 2a63ee4 commit 90f4816

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ jobs:
2525
~/.cargo/git/db/
2626
target/
2727
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
28-
- name: Lint and test
29-
run: make
28+
- name: Build
29+
run: cargo build
30+
- name: Clippy
31+
run: cargo clippy
32+
- name: Test
33+
run: cargo test

0 commit comments

Comments
 (0)