Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

fix(deps): update rust crate bevy to >=0.13.0 #58

fix(deps): update rust crate bevy to >=0.13.0

fix(deps): update rust crate bevy to >=0.13.0 #58

Workflow file for this run

name: Rust
on:
push:
branches: [trunk]
pull_request:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Cache
uses: actions/cache@v3.0.2
with:
path: ./target
key: rust-build
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose