Skip to content

Commit

Permalink
Merge pull request #823 from unavi-xyz/bevy-0.12
Browse files Browse the repository at this point in the history
Bevy 0.12
  • Loading branch information
kayhhh authored Nov 13, 2023
2 parents 0099def + 218ec8c commit 0766549
Show file tree
Hide file tree
Showing 13 changed files with 475 additions and 430 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,25 @@ name: "CI"

on:
push:
branches: ["main"]
branches:
- main
pull_request:
branches: ["main"]

jobs:
test:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --check --all

check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: Swatinem/rust-cache@v2
- run: nix flake check
- run: nix develop -c cargo doc --all-features --no-deps
- run: nix develop -c cargo test --all-features --all-targets
Loading

0 comments on commit 0766549

Please sign in to comment.