Skip to content

Commit

Permalink
We don't actually have a makefile yet
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 17, 2024
1 parent c40dba2 commit 57b57bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_oonidata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: oonidata-tests-data-raw_measurements-${{ hashFiles('tests/conftest.py') }}

- name: Run all tests
run: make test-cov
run: hatch run cov
working-directory: ./oonidata/

- name: Upload coverage to codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_oonipipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt-get install -y clickhouse-server clickhouse-client
- name: Run all tests
run: make test-cov
run: hatch run cov
working-directory: ./oonipipeline/

- name: Upload coverage to codecov
Expand Down

0 comments on commit 57b57bc

Please sign in to comment.