Skip to content

Commit

Permalink
Correct test command
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Dec 9, 2023
1 parent 3d7be9e commit eb980e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ jobs:

- name: Unit tests
working-directory: packages/${{ matrix.package }}
run: dart run test test/unit/**
run: dart test test/unit/**

0 comments on commit eb980e6

Please sign in to comment.