Skip to content

Commit

Permalink
Fix CI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella authored Nov 5, 2024
1 parent 1a4e66f commit 79cdafe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
run: nix profile install nixpkgs#devenv
- name: Install dependencies
run: devenv shell -- true
- uses: swatinem/rust-cache@v2
- name: Compile code
run: devenv shell -- cargo check
- name: Run checks
run: devenv test
- name: Compile code
run: devenv shell -- cargo build

0 comments on commit 79cdafe

Please sign in to comment.