Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
open-runtime-module-library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noxim
open-runtime-module-library
Commits
e4992394
Unverified
Commit
e4992394
authored
5 years ago
by
Xiliang Chen
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
no need to cache target because it become too large (#37)
parent
6571245a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/test.yml
+2
-7
2 additions, 7 deletions
.github/workflows/test.yml
with
2 additions
and
7 deletions
.github/workflows/test.yml
+
2
−
7
View file @
e4992394
...
@@ -17,17 +17,12 @@ jobs:
...
@@ -17,17 +17,12 @@ jobs:
uses
:
actions/cache@v1
uses
:
actions/cache@v1
with
:
with
:
path
:
~/.cargo/registry
path
:
~/.cargo/registry
key
:
${{ runner.os }}-cargo-registry
-${{ hashFiles('**/Cargo.toml') }}
key
:
${{ runner.os }}-cargo-registry
-
name
:
Cache cargo index
-
name
:
Cache cargo index
uses
:
actions/cache@v1
uses
:
actions/cache@v1
with
:
with
:
path
:
~/.cargo/git
path
:
~/.cargo/git
key
:
${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.toml') }}
key
:
${{ runner.os }}-cargo-index
-
name
:
Cache cargo build
uses
:
actions/cache@v1
with
:
path
:
target
key
:
${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.toml') }}
-
name
:
Install toolchain
-
name
:
Install toolchain
uses
:
actions-rs/toolchain@v1
uses
:
actions-rs/toolchain@v1
with
:
with
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment