Skip to content

refactor: atualizar versão do pacote quickleaf para 0.4.6 e remover i… #6

refactor: atualizar versão do pacote quickleaf para 0.4.6 e remover i…

refactor: atualizar versão do pacote quickleaf para 0.4.6 e remover i… #6

Workflow file for this run

name: Auto test
on:
pull_request:
branches:
- main
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose