Skip to content

Commit

Permalink
chore(ci): do not measure statuptime for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Aug 7, 2024
1 parent 7f6c704 commit 2e7b8b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
nix develop --command nvim +q
- name: Show startuptime time
run: |
nix develop --command nvim --startuptime tmp.txt
tail -n 1 tmp.txt
# - name: Show startuptime time
# run: |
# nix develop --command nvim --startuptime tmp.txt
# tail -n 1 tmp.txt

0 comments on commit 2e7b8b4

Please sign in to comment.