Skip to content

update back onto latest gdext (use a macro for vector2 normalizatio… #222

update back onto latest gdext (use a macro for vector2 normalizatio…

update back onto latest gdext (use a macro for vector2 normalizatio… #222

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Build
working-directory: pets-lib
run: cargo build --verbose
- name: Run tests
working-directory: pets-lib
run: cargo test --verbose