Skip to content

Commit

Permalink
ci: Skip currenty failing tests (#19)
Browse files Browse the repository at this point in the history
The Hindi and Nepali tests currently fail so let's exclude them from CI
as they might otherwise mask newly introduced errors elsewhere.
  • Loading branch information
agx authored Aug 29, 2024
1 parent fcf0590 commit 025ce03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Run Tests
run: |
ruby test/run.rb
test/run.rb -e '/TestNe|TestHi/' --verbose

0 comments on commit 025ce03

Please sign in to comment.