Skip to content

Add JLArrays, Metal and AMDGPU extensions and S kwarg tests (rebased) #254

Add JLArrays, Metal and AMDGPU extensions and S kwarg tests (rebased)

Add JLArrays, Metal and AMDGPU extensions and S kwarg tests (rebased) #254

Workflow file for this run

name: Aqua
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- name: Aqua.jl
run: julia --color=yes -e 'using Pkg; Pkg.add("Aqua"); Pkg.develop(path="."); using Aqua, LinearOperators; Aqua.test_all(LinearOperators; stale_deps = false)'