Fixes for build
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
696cab36a2
commit
9e1f8aa50f
|
@ -32,7 +32,7 @@ steps:
|
||||||
- name: test-coverage
|
- name: test-coverage
|
||||||
image: deukhoofd/linux64builder
|
image: deukhoofd/linux64builder
|
||||||
commands:
|
commands:
|
||||||
- cargo llvm-cov nextest --color=always
|
- cargo llvm-cov --color=always
|
||||||
depends_on:
|
depends_on:
|
||||||
- test-debug-linux
|
- test-debug-linux
|
||||||
- name: check-style
|
- name: check-style
|
||||||
|
|
|
@ -28,6 +28,7 @@ fn validate_library_load() {
|
||||||
#[datatest::files("tests/test_cases", {
|
#[datatest::files("tests/test_cases", {
|
||||||
input in r"^(.*)\.yaml"
|
input in r"^(.*)\.yaml"
|
||||||
})]
|
})]
|
||||||
|
#[cfg_attr(miri, ignore)]
|
||||||
fn integration_tests(input: &Path) {
|
fn integration_tests(input: &Path) {
|
||||||
let mut str: String = "".to_string();
|
let mut str: String = "".to_string();
|
||||||
let mut file = File::open(input).unwrap();
|
let mut file = File::open(input).unwrap();
|
||||||
|
|
Loading…
Reference in New Issue