Skip to content

Commit

Permalink
chore: fix run test
Browse files Browse the repository at this point in the history
  • Loading branch information
skowalski08 committed May 31, 2024
1 parent a3a44aa commit c83ce63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-edge-with-hypothesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
project: 'test-data-generation'

- name: 'Run Hypothesis tests'
run: 'make test'
run: 'make -C test-data-generation test'

0 comments on commit c83ce63

Please sign in to comment.