Skip to content

Commit

Permalink
win: try csv plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 4, 2024
1 parent 0c363e4 commit e33d16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
"$env:TMP" >> $env:GITHUB_PATH
"SKIP_PLUGIN_AVRO=1" >> $env:GITHUB_ENV
"SKIP_PLUGIN_PROTOBUF=1" >> $env:GITHUB_ENV
"SKIP_PLUGIN_GO=0" >> $env:GITHUB_ENV
"SKIP_PLUGIN_CSV=1" >> $env:GITHUB_ENV
"SKIP_PLUGIN_GO=1" >> $env:GITHUB_ENV
"SKIP_PLUGIN_CSV=0" >> $env:GITHUB_ENV
- name: Test (unit)
if: matrix.os != 'ubuntu-latest'
run: make test
Expand Down

0 comments on commit e33d16e

Please sign in to comment.