Skip to content

Commit a5080e4

Browse files
committed
ci: enhance cross-checking job name with Rust version and update .gitignore for IDE files
Signed-off-by: simonsan <[email protected]>
1 parent 2423337 commit a5080e4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/cross-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Only run if the commit doesn't come from a merged PR, we assume CI is running in the PR as well
1717
# so we don't want to have runs double up
1818
if: github.event.pull_request.merged == false
19-
name: Cross checking ${{ matrix.job.target }}
19+
name: Cross checking ${{ matrix.job.target }} on ${{ matrix.rust }}
2020
runs-on: ${{ matrix.job.os }}
2121
strategy:
2222
fail-fast: false

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
Cargo.lock
2-
/target
2+
/target
3+
4+
# IDE
5+
.vscode

0 commit comments

Comments
 (0)