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.
2 parents 1f55d20 + 610c8e3 commit 1b1e7c9Copy full SHA for 1b1e7c9
.github/workflows/linux.yml
@@ -47,13 +47,13 @@ jobs:
47
uses: actions-rs/cargo@v1
48
with:
49
command: make
50
- args: test
+ args: --makefile MakeFile.toml test
51
52
- name: Build
53
54
55
56
- args: build-release
+ args: --makefile MakeFile.toml build-release
57
58
# - name: Run cargo bloat (not work)
59
# uses: orf/cargo-bloat-action@v1
.github/workflows/windows.yml
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
- uses: actions/upload-artifact@v2
45
0 commit comments