We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00478a5 commit fea0ae5Copy full SHA for fea0ae5
.travis.yml
@@ -26,6 +26,10 @@ matrix:
26
# Linux builds #
27
##################
28
29
+ - env: TASK=check-release-linux
30
+ rust: stable
31
+ if: branch = auto OR branch = try
32
+
33
- env: TASK=test-linux
34
rust: stable
35
if: type = pull_request OR branch = auto OR branch = try
ci/run/check-release-linux.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+set -euo pipefail
3
+IFS=$'\n\t'
4
5
+cargo check --release
6
+cargo check --release --tests
0 commit comments