Skip to content

let (I, J, n) = IJn[k] #283

let (I, J, n) = IJn[k]

let (I, J, n) = IJn[k] #283

Workflow file for this run

name: Rust
on:
push:
branches: [ "seuif97-2" ]
pull_request:
branches: [ "seuif97-2" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose