-
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
285872f
commit bd23735
Showing
5 changed files
with
258 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,6 +117,25 @@ jobs: | |
- name: Run valence_nbt tests without preserve_order feature | ||
run: cargo test -p valence_nbt --all-targets | ||
|
||
valence-miri: | ||
name: Miri Tests | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Actions Repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup Rust toolchain and cache | ||
uses: actions-rust-lang/[email protected] | ||
with: | ||
toolchain: "nightly" | ||
components: "miri" | ||
|
||
- name: Run tests | ||
run: cargo miri test --workspace --all-features --doc | ||
|
||
- name: Run doctests | ||
run: cargo miri test --workspace --all-features --doc | ||
|
||
extractor-build: | ||
name: Build Extractor | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[files] | ||
extend-exclude = ["*.svg", "*.json"] | ||
extend-exclude = ["*.svg", "*.json", "crates/java_string/src/slice.rs"] | ||
|
||
[default] | ||
extend-ignore-re = ['\d+ths', 'CC BY-NC-ND'] |