Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename check_no_unwrap.sh to check_no_panic.sh #12384

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Replacing check_no_unwrap for check_no_panic

  • Loading branch information
zeusintuivo committed Jul 11, 2016
commit 6749a5013d441dd40e9fae4ed3b3e5549d3a179d
@@ -14,7 +14,7 @@ matrix:
- ./mach build -d --verbose
- ./mach test-unit
- ./mach test-compiletest
- bash etc/ci/check_no_unwrap.sh
- bash etc/ci/check_no_panic.sh
- bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh
cache:
@@ -37,7 +37,7 @@ linux-dev:
- ./mach build-geckolib
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
- bash ./etc/ci/check_no_unwrap.sh
- bash ./etc/ci/check_no_panic.sh

linux-dev-yaml:
- ./mach test-tidy --no-progress --all
@@ -49,7 +49,7 @@ linux-dev-yaml:
- ./mach build-geckolib
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
- bash ./etc/ci/check_no_unwrap.sh
- bash ./etc/ci/check_no_panic.sh

linux-rel:
- ./mach build --release
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.