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 2423337 commit a5080e4Copy full SHA for a5080e4
.github/workflows/cross-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
# Only run if the commit doesn't come from a merged PR, we assume CI is running in the PR as well
17
# so we don't want to have runs double up
18
if: github.event.pull_request.merged == false
19
- name: Cross checking ${{ matrix.job.target }}
+ name: Cross checking ${{ matrix.job.target }} on ${{ matrix.rust }}
20
runs-on: ${{ matrix.job.os }}
21
strategy:
22
fail-fast: false
.gitignore
@@ -1,2 +1,5 @@
1
Cargo.lock
2
-/target
+/target
3
+
4
+# IDE
5
+.vscode
0 commit comments