Skip to content

Commit

Permalink
Rework CI
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Oct 31, 2024
1 parent 186d921 commit 41ab033
Show file tree
Hide file tree
Showing 3 changed files with 6,182 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ jobs:
g++ --version
rustc --version
cargo --version
- name: Build
- name: Check & Fmt & Clippy
run: |
cargo check --target x86_64-unknown-linux-gnu
cargo fmt -- --check
cargo clippy --target x86_64-unknown-linux-gnu -- -D warnings
- name: Test
run: |
cargo test --target x86_64-unknown-linux-gnu
- name: Build
run: |
cargo build --target x86_64-unknown-linux-gnu
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

posting_storage
.idea

Cargo.lock
Loading

0 comments on commit 41ab033

Please sign in to comment.