You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first commited a bug in #37 which would cause the template to not build, but it was caught by @fitzgen's sharp eyes. Unfortunately though Travis didn't catch this.
The reason, I believe, is that cargo generate --git . --name testing, what Travis is currently doing, actually checks out the master branch of the repository rather than whatever branch the PR is set to be. This means that every PR is actually testing what's on master, not what's in the PR!
The text was updated successfully, but these errors were encountered:
I first commited a bug in #37 which would cause the template to not build, but it was caught by @fitzgen's sharp eyes. Unfortunately though Travis didn't catch this.
The reason, I believe, is that
cargo generate --git . --name testing
, what Travis is currently doing, actually checks out themaster
branch of the repository rather than whatever branch the PR is set to be. This means that every PR is actually testing what's on master, not what's in the PR!The text was updated successfully, but these errors were encountered: