Skip to content

Commit

Permalink
Add msrv and a CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-consoli committed Apr 18, 2024
1 parent dec5ce0 commit 5778fb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
command: test
args: --all

msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private

miri:
name: "Build and test (miri, nightly)"
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ edition = "2021"
keywords = []
categories = []
authors = ["Yoshua Wuyts <[email protected]>"]
rust-version = "1.75.0"

[profile.bench]
debug = true
Expand Down

0 comments on commit 5778fb7

Please sign in to comment.