Skip to content

Commit

Permalink
ci: test on go stable+oldstable, arch build+install test
Browse files Browse the repository at this point in the history
  • Loading branch information
thediveo committed Sep 22, 2023
1 parent e28c0e8 commit 1f6f8ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/buildandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

arch-pkgbuild-test:
runs-on: ubuntu-latest # sic!
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3
- name: Get all git tags
run: |
git fetch --prune --unshallow --tags --force
- name: Test packaging and testing package
run: (cd packaging/aur && ./makepackage.sh)
2 changes: 1 addition & 1 deletion .github/workflows/buildandtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20', '1.19' ]
go: [ 'stable', 'oldstable' ]

steps:
- name: Set up Go ${{matrix.go}}
Expand Down

0 comments on commit 1f6f8ba

Please sign in to comment.