Skip to content

Commit f9cdf47

Browse files
ci: add basic basic end to end invocation
1 parent 2e70fbd commit f9cdf47

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ jobs:
5454
- name: Run tests
5555
run: cargo test -p exec-harness
5656

57+
basic-run-test:
58+
runs-on: ubuntu-latest
59+
steps:
60+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
61+
with:
62+
submodules: true
63+
- name: "Install rust-toolchain.toml"
64+
run: rustup toolchain install
65+
# We use Swatinem/rust-cache to cache cargo registry, index and target in this job
66+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
67+
- name: Run tests
68+
run: cargo run -- exec -m simulation,walltime,memory --skip-upload -- ls -la
69+
5770
bpf-tests:
5871
runs-on: ubuntu-latest
5972
steps:

0 commit comments

Comments
 (0)