Skip to content

Commit

Permalink
no nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
javierhonduco committed Sep 16, 2024
1 parent 833ec68 commit 1207852
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 120 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,8 @@ jobs:
contents: read
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Set up nix dev env
run: nix develop --command echo 0
- name: Run `cargo build`
run: nix develop --ignore-environment --command cargo build
- uses: DeterminateSystems/nix-installer-action@v13
with:
source-tag: v0.24.0
- name: Run `cargo clippy`
run: nix develop --ignore-environment --command cargo clippy --all-targets -- -D warnings
- name: Run `cargo test`
run: nix develop --command cargo test
- name: Run `cargo fmt`
run: nix develop --ignore-environment --command cargo fmt --check
- name: Run `nix fmt`
run: nix fmt -- --check .
37 changes: 0 additions & 37 deletions .github/workflows/container.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/static-build-and-upload.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/vmtests.yml

This file was deleted.

0 comments on commit 1207852

Please sign in to comment.