Skip to content

Commit

Permalink
Install dependencies first
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 5, 2024
1 parent 1a4e66f commit fef7263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: nix profile install nixpkgs#devenv
- name: Install dependencies
run: devenv shell -- true
- name: Run checks
run: devenv test
- name: Compile code
run: devenv shell -- cargo build
- name: Run checks
run: devenv test

0 comments on commit fef7263

Please sign in to comment.