Skip to content

Commit

Permalink
Fix workflow platform_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 12, 2025
1 parent 0fcc074 commit f631bd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
libxkbcommon-dev
xorg-dev
xvfb
if: ${{ runner.os == 'Linux' }}
language-pack-en &&
export LANG=en_EN.UTF-8
if: ${{ runner.os == 'Linux' }}
- name: Tests
run: ${{ matrix.runner }} go test -race "-test.benchtime" 10ms -tags "${{ matrix.tags }}" ./...
Expand Down

0 comments on commit f631bd7

Please sign in to comment.