Skip to content

Commit

Permalink
set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Aug 15, 2023
1 parent 9f39bda commit e1584d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Test
shell: zsh {0}
run: |
set -ex
set -e
# enable compinit before loading
autoload -Uz compinit && compinit
# load ni.zsh
Expand Down

0 comments on commit e1584d7

Please sign in to comment.