diff --git a/.github/workflows/multiarch-build.yml b/.github/workflows/multiarch-build.yml index 768c51e3..9f6ef5a4 100644 --- a/.github/workflows/multiarch-build.yml +++ b/.github/workflows/multiarch-build.yml @@ -9,11 +9,7 @@ jobs: strategy: matrix: arch: - [ - "linux/amd64 x86_64", - "linux/arm/v7 armv7h", - "linux/arm64 aarch64", - ] + ["linux/amd64 x86_64", "linux/arm/v7 armv7h", "linux/arm64 aarch64"] name: Build ${{ matrix.arch }} runs-on: ubuntu-latest steps: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6e999d5e..43790084 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,11 +1,6 @@ name: Test against pacman on: pull_request: - paths-ignore: - - "doc/**" - - "**/*.po" - - "README.md" - - ".gitignore" jobs: build: @@ -24,4 +19,4 @@ jobs: - name: Lint run: /app/bin/golangci-lint run ./... - name: Run Build and Tests - run: make test \ No newline at end of file + run: make test