Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
ci: used "test" subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Feb 1, 2024
1 parent c7d844e commit 272a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/very_good_flame_game.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: 🧪 Run Tests
run: |
cd output/unicorn_game
very_good output -j 4 --recursive --optimization --coverage --test-randomize-ordering-seed random
very_good test -j 4 --recursive --optimization --coverage --test-randomize-ordering-seed random
- name: 📊 Check Code Coverage
uses: VeryGoodOpenSource/very_good_coverage@v2
Expand Down

0 comments on commit 272a5db

Please sign in to comment.