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.
1 parent 477668f commit f1920d7Copy full SHA for f1920d7
.github/workflows/release.yaml
@@ -60,17 +60,11 @@ jobs:
60
path: target
61
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
62
63
- - name: Compile
64
- uses: actions-rs/cargo@v1
65
- with:
66
- command: build
67
- args: --release
68
-
69
- - name: Test
+ - name: Compile and Test
70
uses: actions-rs/cargo@v1
71
with:
72
command: test
73
+ args: --release --all-targets
74
75
- name: Prepare cache
76
run: cargo xtask pre-cache
@@ -93,7 +87,7 @@ jobs:
93
87
- name: Upload artifacts
94
88
uses: actions/upload-artifact@v1
95
89
96
- name: executables-${{ matrix.os }}
90
+ name: server-${{ matrix.os }}
97
91
path: ./dist
98
92
99
type-script:
0 commit comments