Skip to content

Commit

Permalink
ci: re-enabled disabled tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 21, 2024
1 parent 3dac982 commit 719fd18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ build_simple_zig "maaxboard" "release"

build_rust "debug"
simulate_rust "debug"
# build_rust "release"
# simulate_rust "release"
build_rust "release"
simulate_rust "release"

# Here there are two kinds of configuration that we need to test. There is the
# configuration of Microkit itself for which we test debug and release. This
Expand All @@ -153,8 +153,8 @@ simulate_zig "release" "ReleaseSmall"

build_virtio "qemu_virt_aarch64" "debug"
build_virtio "qemu_virt_aarch64" "release"
# build_virtio "odroidc4" "debug"
# build_virtio "odroidc4" "release"
build_virtio "odroidc4" "debug"
build_virtio "odroidc4" "release"

echo ""
echo "CI|INFO: Passed all VMM tests"

0 comments on commit 719fd18

Please sign in to comment.