name: Test the package
on:
push:
branches:
pull_request:
branches:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: GregorLueg/personal-actions/.github/workflows/rust-test.yml@v1
with:
cpu-args: '--release --no-default-features'
gpu-args: '--release --all-features -- --no-capture'
secrets: inherit