Skip to content

Commit

Permalink
linux: add a long test
Browse files Browse the repository at this point in the history
  • Loading branch information
iwdgo committed Sep 28, 2024
1 parent 55f1f97 commit 935b289
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/linux_long_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: linux - long test
on:
push:
branches:
- 'master'
paths:
- 'action.yml'
- '.github/workflows/linux_long_test.yml'
jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
id: go

- name: Build go from tip
uses: iwdgo/gotip-build@master
id: gotip
with:
go_variables: GO_TEST_SHORT=0 GO_TEST_TIMEOUT_SCALE=8
test_build: true

- name: Upload go executable
uses: actions/upload-artifact@v3
with:
name: gotip-${{ env.goos }}-${{ env.goarch }}
path: go/

0 comments on commit 935b289

Please sign in to comment.