We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc4415 commit 8a127c9Copy full SHA for 8a127c9
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Check format
20
run: cargo fmt -- --check
21
22
- build workspace:
+ build_workspace:
23
24
runs-on: ubuntu-latest
25
@@ -30,7 +30,7 @@ jobs:
30
- name: Run tests
31
run: cargo test --verbose
32
33
- build lib (all features):
+ build_lib_all_features:
34
35
36
@@ -41,7 +41,7 @@ jobs:
41
42
run: cargo test --package splashsurf_lib --all-features --verbose
43
44
- build lib (no default features):
+ build_lib_no_default_features:
45
46
47
0 commit comments