Skip to content

Commit 9dd7501

Browse files
authored
Merge pull request #66 from Hoff97/develop
Fix main build
2 parents dcab19b + 6db925f commit 9dd7501

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
run: cd frontend && npm test
4040

4141
- name: Run backend tests
42-
run: cd backend-rust && cargo test
42+
run: |
43+
cd backend-rust
44+
./download_test_data.sh
45+
cargo test
4346
4447
docker:
4548
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)