From 2121277d608f118b2a601183d555ad89be4780e1 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Fri, 8 Dec 2023 00:57:29 +0100 Subject: ci: fix gh action; add run examples --- ci/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/Makefile b/ci/Makefile index 69d6c97..9f18c60 100644 --- a/ci/Makefile +++ b/ci/Makefile @@ -1,4 +1,4 @@ -all: build build-examples check-fmt check-clippy check-tests check-examples +all: build build-examples check-fmt check-clippy check-tests check-examples run-examples build: cargo build @@ -17,3 +17,9 @@ check-tests: check-examples: cargo test --examples + +run-examples: + cargo run --example fib + cargo run --example add + cargo run --example tiny_vm + cargo run --example tiny_vm jit -- cgit v1.2.3