Skip to content

Commit

Permalink
run appveyor even on metal only PRs to fix issues with bors
Browse files Browse the repository at this point in the history
  • Loading branch information
mtak- committed Sep 28, 2018
1 parent c85e5e2 commit 97787da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ skip_commits:
- LICENSE-APACHE
- LICENSE-MIT
- '*.md'
- src/backend/metal/*
# TODO: this breaks bors on metal only commits
#- src/backend/metal/**/*

install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs
Expand Down

0 comments on commit 97787da

Please sign in to comment.