Skip to content

move axis definition to separate file #10

move axis definition to separate file

move axis definition to separate file #10

Workflow file for this run

name: Cargo Build & Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update nightly && rustup default nightly
- uses: Swatinem/rust-cache@v2
- run: cargo build --verbose
- run: cargo test --verbose