mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 13:54:27 +01:00
github: Separate compatibility tests in own workflow
This commit is contained in:
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user