New integration tests

This commit is contained in:
Marcin Kulik
2025-08-31 21:31:47 +02:00
parent 7bf8a66fd7
commit a76b54c61b
2 changed files with 424 additions and 74 deletions

View File

@@ -32,9 +32,12 @@ jobs:
- name: Build
run: nix develop .#${{ matrix.rust }} --command cargo build --verbose
- name: Run tests
- name: Run cargo tests
run: nix develop .#${{ matrix.rust }} --command cargo test --verbose
- name: Run integration tests
run: nix develop .#${{ matrix.rust }} --command tests/integration.sh
- name: Check formatting
run: nix develop .#${{ matrix.rust }} --command cargo fmt --check