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 a5cf0fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ jobs:
libxkbcommon-dev
xorg-dev
xvfb
language-pack-en
if: ${{ runner.os == 'Linux' }}

- name: Set environment variable LANG
run: export LANG=en_US.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 a5cf0fc

Please sign in to comment.