Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dvtfl committed Sep 4, 2024
1 parent fc24912 commit 25b1d0e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@ on:
pull_request:
branches:
- master
- *
push:
branches:
- master
- *
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- run: GIT_LFS_SKIP_SMUDGE=1 nix build
- run: nix flake check
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check --print-build-logs --keep-going
check-features:
runs-on: ubuntu-latest
steps:
Expand All @@ -25,4 +28,3 @@ jobs:
- run: cargo check --no-default-features
- run: cargo check --features debug
- run: cargo check --features profile-with-tracy

0 comments on commit 25b1d0e

Please sign in to comment.