integration-test (#8)
Some checks failed
CI/CD Pipeline / test (push) Failing after 53s
CI/CD Pipeline / deploy (push) Has been skipped

Co-authored-by: Philipp Hofer <philipp.hofer@mag.linz.at>
Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2025-10-29 12:18:09 +01:00
parent ad759e1ca9
commit 2e11261179
3 changed files with 37 additions and 3 deletions

View File

@@ -21,8 +21,8 @@ jobs:
- name: Build
run: cargo build
- name: Backend tests
run: cargo test --verbose
- name: Tests
run: cargo test --verbose -- --ignored
deploy:
runs-on: ubuntu-latest