Skip to content

enable more workflows #48

enable more workflows

enable more workflows #48

Workflow file for this run

name: hwmalloc
on:
push:
pull_request:
branches:
- main
permissions:
contents: read
packages: write
jobs:
test-hwmalloc:
uses: ./.github/workflows/common.yml
strategy:
matrix:
package-version: ['0.3.0', 'master']
package-variants: ['']
with:
package-name: hwmalloc
package-version: ${{ matrix.package-version }}
package-variants: ${{ matrix.package-variants }}