We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93529a8 commit 660ca49Copy full SHA for 660ca49
1 file changed
.github/workflows/ci.yml
@@ -16,13 +16,11 @@ jobs:
16
- name: Run tests
17
run: cargo test
18
19
- lint:
+ build:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v4
23
- name: Setup Rust
24
uses: dtolnay/rust-toolchain@stable
25
- - name: Clippy
26
- run: cargo clippy -- -D warnings
27
- - name: Format
28
- run: cargo fmt --check
+ - name: Build
+ run: cargo build --release
0 commit comments