github: Separate compatibility tests in own workflow

This commit is contained in:
Pekka Enberg
2024-06-19 16:25:23 +03:00
parent 805458e37f
commit cc89238a09

View File

@@ -21,9 +21,13 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run Rust tests
- name: Test
run: cargo test --verbose
- name: Run compatibility tests
test-compat:
runs-on: ubuntu-latest
steps:
- name: Test
run: make test
build-wasm: