summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 0baaba9..24d4277 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -27,6 +27,9 @@ jobs:
- name: Run tests (stable)
run: cargo +stable test --workspace --exclude wasm-testsuite
+ - name: Run MVP testsuite
+ run: cargo +stable test-mvp
+
test-no-std:
name: Test without default features on nightly Rust
runs-on: ubuntu-latest
@@ -43,3 +46,6 @@ jobs:
- name: Run tests (nightly, no default features)
run: cargo +nightly test --workspace --exclude wasm-testsuite --no-default-features
+
+ - name: Run MVP testsuite (nightly)
+ run: cargo +nightly test-mvp