Skip to content

Commit

Permalink
Split into individual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shamblett committed Jun 14, 2024
1 parent e6b282d commit bdcd9d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
docker ps -a
- name: Run tests
run: dart run build_runner test --fail-on-severe -- -p chrome
run: dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_test.dart
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario1_test.dart
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario2_test.dart
dart run build_runner test --fail-on-severe -- -p chrome test/lib/sporran_scenario3_test.dart

package-analysis:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bdcd9d3

Please sign in to comment.