Skip to content

Commit 8a127c9

Browse files
committed
Fix action names
1 parent 4cc4415 commit 8a127c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Check format
2020
run: cargo fmt -- --check
2121

22-
build workspace:
22+
build_workspace:
2323

2424
runs-on: ubuntu-latest
2525

@@ -30,7 +30,7 @@ jobs:
3030
- name: Run tests
3131
run: cargo test --verbose
3232

33-
build lib (all features):
33+
build_lib_all_features:
3434

3535
runs-on: ubuntu-latest
3636

@@ -41,7 +41,7 @@ jobs:
4141
- name: Run tests
4242
run: cargo test --package splashsurf_lib --all-features --verbose
4343

44-
build lib (no default features):
44+
build_lib_no_default_features:
4545

4646
runs-on: ubuntu-latest
4747

0 commit comments

Comments
 (0)