Skip to content

Commit

Permalink
Fix ci-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jan 28, 2025
1 parent 0bf19d6 commit 4566f2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ tasks:
- nix run .#home-manager -- switch -n -b backup --show-trace --flake .#$USER@$NIX_DEVICE_SPECIFIER

test-go:
internal: true
sources:
- '**.go'
cmds:
Expand Down Expand Up @@ -123,10 +124,8 @@ tasks:
- 'default'
- 'setup'
- 'deps'
- 'build'
# 'test', # Needs home-manager, so needless in Nix-CI
- 'lint-all'
- 'test-go'
- 'fmt'

# Basically giveup to develop on macOS. However I need to use task-runner for minimum use.
Expand Down

0 comments on commit 4566f2c

Please sign in to comment.