Skip to content

Conditionally install upx if amd64 #368

Conditionally install upx if amd64

Conditionally install upx if amd64 #368

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
setup:
name: Tests
runs-on: ubuntu-20.04
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build test image
run: |
make test-docker-build
- name: Lint all packages
run: |
make lint-in-docker
- name: Run all unit tests
run: |
make test-in-docker