push
Some checks failed
CI/CD Pipeline / build (push) Successful in 14m45s
CI/CD Pipeline / test (push) Failing after 9m0s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2023-11-18 20:47:21 +01:00
parent 0ec49ea264
commit ffb437e1f4

View File

@ -56,6 +56,9 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Run Test DB Script
run: ./test_db.sh
- name: Run Tests - name: Run Tests
run: cargo test --verbose run: cargo test --verbose