Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed May 25, 2024
1 parent 44e8f55 commit 1317fdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,23 +61,23 @@ jobs:
run: |
export SHELL=/bin/bash
export TZ=UTC
make test
make test
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Test
run: |
export SHELL=/bin/bash
export TZ=UTC
TAGS="test_with_docker" make test/coverage
make test/coverage/func
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-latest' }}
# make test should run on all os's because
# on windows only a subset of the tests run.
- name: Test
# N.B. Set-Timezone is a windows command
# N.B. Set-Timezone is a windows command
run: |
Set-Timezone -Id "UTC" -PassThru
make test
if: ${{ matrix.os == 'windows-latest' }}
if: ${{ matrix.os == 'windows-latest' }}
- name: Upload coverage
uses: actions/upload-artifact@v4
if: ${{github.actor != 'dependabot[bot]' && matrix.os == 'ubuntu-latest'}}
Expand Down

0 comments on commit 1317fdc

Please sign in to comment.