Skip to content

Commit

Permalink
better ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Jun 12, 2024
1 parent 5b79f72 commit 78a5d94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: 0vercl0k
10 changes: 5 additions & 5 deletions .github/workflows/kdmp-parser-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: cargo clippy
env:
RUSTFLAGS: "-Dwarnings"
run: cargo clippy --example parser
run: cargo clippy --workspace --tests --examples

doc:
name: doc
Expand Down Expand Up @@ -99,18 +99,18 @@ jobs:
- name: cargo test
env:
TESTDATAS: "."
run: cargo test
run: cargo test --workspace

- name: cargo test release
env:
TESTDATAS: "."
run: cargo test --release
run: cargo test --release --workspace

- name: cargo check
run: cargo check
run: cargo check --workspace

- name: cargo build
run: cargo build --release --example parser
run: cargo build --release --examples

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kdmp-parser"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Axel '0vercl0k' Souchet"]
categories = ["parser-implementations"]
Expand Down

0 comments on commit 78a5d94

Please sign in to comment.