Skip to content

Commit 2f9a5fa

Browse files
committed
checkit
1 parent d247f06 commit 2f9a5fa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/check-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
inputs:
77
on-windows:
88
description: 'Windows'
9-
default: true
9+
default: false
1010
required: true
1111
type: boolean
1212
on-mac:
1313
description: 'Mac'
14-
default: true
14+
default: false
1515
required: true
1616
type: boolean
1717
on-linux:

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- name: Cache
2020
# Caches dependencies for rust (debug or test), does not cache increments
2121
uses: andreievg/rust-cache-cloud@v1
22+
with:
23+
google_drive_keys: ${{ secrets.GDRIVE }}
24+
google_drive_folder_id: 1m3jO_1J_dWFqdi3ZmBAEsR3NiyfbnWD_
25+
2226

2327
# # Build and relocate test binaries to binary_files folder
2428
# - name: Build Tests on Window

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Cargo.lock
99
# These are backup files generated by rustfmt
1010
**/*.rs.bk
1111

12+
node_modules
1213

1314
# Added by cargo
1415

0 commit comments

Comments
 (0)