Skip to content

Commit

Permalink
Split up test jobs
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <[email protected]>
  • Loading branch information
egibs committed Jan 3, 2025
1 parent 63746ef commit 9c11726
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/go-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,21 @@ jobs:
run: |
make test
integration:
runs-on: mal-ubuntu-latest-8-core
container: cgr.dev/chainguard/wolfi-base:latest
steps:
- name: Install dependencies
run: |
apk update
apk add curl findutils git go nodejs upx xz yara-x-compat
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Trust repository
run: git config --global --add safe.directory $GITHUB_WORKSPACE

- name: Integration tests
run: |
make integration

0 comments on commit 9c11726

Please sign in to comment.