Skip to content

test: load test over many seconds, plot real results #10

test: load test over many seconds, plot real results

test: load test over many seconds, plot real results #10

Workflow file for this run

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