Skip to content
Snippets Groups Projects
Commit c304fc9e authored by Stefan Lankes's avatar Stefan Lankes
Browse files

remove default target

parent 5b240965
Branches
Tags
No related merge requests found
[alias]
xbuild = "build -Z build-std=core,alloc"
[build]
target = "x86_64-unknown-hermit-kernel"
xbuild = "build -Z build-std=core,alloc --target x86_64-unknown-hermit-kernel"
[target.x86_64-unknown-hermit-kernel]
runner = "uhyve -v"
......@@ -45,4 +45,5 @@ jobs:
run: cargo --version
- name: Build
run:
cargo test --target ${targets}
cargo test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment