Skip to content
Snippets Groups Projects
Commit d8641e13 authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Fix integration tests

parent afbcfde3
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,7 @@ jobs:
- name: Integration tests (ubuntu)
working-directory: libhermit-rs
if: ${{ matrix.os == 'ubuntu-latest' }}
run: cargo test --tests --no-fail-fast -- --bootloader_path=rusty-loader-x86_64
continue-on-error: true
run: cargo test --tests --no-fail-fast --target x86_64-unknown-none -- --bootloader_path=../rusty-loader-x86_64
- name: Build release profile
run: cargo build -Zbuild-std=core,alloc,std,panic_abort -Zbuild-std-features=compiler-builtins-mem --target x86_64-unknown-hermit --release
- name: Test release profile
......
......@@ -30,7 +30,7 @@ pub mod pit;
pub mod processor;
pub mod scheduler;
pub mod serial;
#[cfg(not(test))]
#[cfg(target_os = "none")]
mod start;
pub mod switch;
pub mod systemtime;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment