Skip to content

Commit 9ac9a77

Browse files
committed
comment out tests for platforms we dont build
1 parent 23d7a39 commit 9ac9a77

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ jobs:
179179
# tested more exhaustively in the 'test' job above.
180180
- goos: linux
181181
goarch: arm64
182-
- goos: linux
183-
goarch: "386" # thanks yaml
184-
- goos: linux
185-
goarch: loong64
186-
- goos: linux
187-
goarch: arm
188-
goarm: "5"
182+
# - goos: linux
183+
# goarch: "386" # thanks yaml
184+
# - goos: linux
185+
# goarch: loong64
186+
# - goos: linux
187+
# goarch: arm
188+
# goarm: "5"
189189
- goos: linux
190190
goarch: arm
191191
goarm: "7"
@@ -199,11 +199,11 @@ jobs:
199199
goarch: amd64
200200
- goos: windows
201201
goarch: arm64
202-
# BSDs
203-
- goos: freebsd
204-
goarch: amd64
205-
- goos: openbsd
206-
goarch: amd64
202+
# # BSDs
203+
# - goos: freebsd
204+
# goarch: amd64
205+
# - goos: openbsd
206+
# goarch: amd64
207207

208208
runs-on: ubuntu-22.04
209209
steps:
@@ -452,7 +452,7 @@ jobs:
452452
{
453453
"attachments": [{
454454
"title": "Failure: ${{ github.workflow }}",
455-
"title_link": "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks",
455+
"title_link": "https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks",
456456
"text": "${{ github.repository }}@${{ github.ref_name }}: <https://github.com/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>",
457457
"fields": [{ "value": ${{ toJson(github.event.head_commit.message) }}, "short": false }],
458458
"footer": "${{ github.event.head_commit.committer.name }} at ${{ github.event.head_commit.timestamp }}",

0 commit comments

Comments
 (0)