Fixes for build
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2022-06-17 20:38:00 +02:00
parent 696cab36a2
commit 9e1f8aa50f
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ steps:
- name: test-coverage
image: deukhoofd/linux64builder
commands:
- cargo llvm-cov nextest --color=always
- cargo llvm-cov --color=always
depends_on:
- test-debug-linux
- name: check-style

View File

@ -28,6 +28,7 @@ fn validate_library_load() {
#[datatest::files("tests/test_cases", {
input in r"^(.*)\.yaml"
})]
#[cfg_attr(miri, ignore)]
fn integration_tests(input: &Path) {
let mut str: String = "".to_string();
let mut file = File::open(input).unwrap();