debug cargo
Rust / test (push) Failing after 36s Details

This commit is contained in:
DataHearth 2023-06-26 15:19:52 +02:00
parent 721db1d7db
commit 4988d44e4d
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 3 additions and 1 deletions

View File

@ -19,4 +19,6 @@ jobs:
uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose
run: |
echo $0
cargo test --verbose