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 ae18727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
job_name: ['linux', 'linux_386', 'mac_amd64', 'mac_arm64', 'windows', 'go1.20', 'go1.21']
job_name: ['linux'] # , 'linux_386', 'mac_amd64', 'mac_arm64', 'windows', 'go1.20', 'go1.21']

include:
- job_name: linux
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 ae18727

Please sign in to comment.