Skip to content

Commit

Permalink
build: more logging on lest platforms TEMPORARY
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Apr 12, 2024
1 parent e99f68c commit 06b1841
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@ jobs:
os: ubuntu-latest
go: '>=1.22.0-rc.1'

- job_name: linux_386
os: ubuntu-latest
go: '>=1.22.0-rc.1'
#- job_name: linux_386
# os: ubuntu-latest
# go: '>=1.22.0-rc.1'

- job_name: mac_amd64
os: macos-latest
go: '>=1.22.0-rc.1'
#- job_name: mac_amd64
# os: macos-latest
# go: '>=1.22.0-rc.1'

- job_name: mac_arm64
os: macos-latest
go: '>=1.22.0-rc.1'
#- job_name: mac_arm64
# os: macos-latest
# go: '>=1.22.0-rc.1'

- job_name: windows
os: windows-latest
go: '>=1.22.0-rc.1'
#- job_name: windows
# os: windows-latest
# go: '>=1.22.0-rc.1'

- job_name: go1.20
os: ubuntu-latest
go: '1.20'
#- job_name: go1.20
# os: ubuntu-latest
# go: '1.20'

- job_name: go1.21
os: ubuntu-latest
go: '1.21'
#- job_name: go1.21
# os: ubuntu-latest
# go: '1.21'

name: ${{ matrix.job_name }}

Expand Down Expand Up @@ -98,12 +98,12 @@ jobs:
- name: Run tests
shell: bash
run: |
go test ./...
go test -v ./...
- name: Race test
shell: bash
run: |
go test -race ./...
go test -v -race ./...
lint:
if: ${{ github.event.inputs.manual == 'true' || (github.repository == 'rclone/gofakes3' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name)) }}
Expand Down

0 comments on commit 06b1841

Please sign in to comment.