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 def8bbd
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
name: "Build"
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 +22,3 @@ jobs:
- run: cargo check --no-default-features
- run: cargo check --features debug
- run: cargo check --features profile-with-tracy

0 comments on commit def8bbd

Please sign in to comment.