-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: default-features, dev-mode, feature-fun (#308)
# Description Attempt(s) to clean-up and speed-up compile times (CI + local)
- Loading branch information
Zeeshan Lakhani
authored
Sep 15, 2023
1 parent
1fad8c4
commit 48a790e
Showing
17 changed files
with
513 additions
and
1,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: 🐳 Docker | |
|
||
on: | ||
schedule: | ||
- cron: '0 */12 * * *' | ||
- cron: '0 */4 * * *' | ||
|
||
jobs: | ||
build-docker: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ homestar-wasm/out | |
**/fixtures/test_* | ||
.zed | ||
result-alejandra | ||
|
||
report.json | ||
|
||
# ipfs | ||
.ipfs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.