Skip to content

Allow matrix to be updated externally on in-place addcol #21

Allow matrix to be updated externally on in-place addcol

Allow matrix to be updated externally on in-place addcol #21

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1