Skip to content

Commit 293908b

Browse files
committed
Rename workflow
1 parent 66b2077 commit 293908b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cargo-build-and-test.yml renamed to .github/workflows/cargo-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cargo Build & Test
1+
name: Cargo Test
22

33
on:
44
push:
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build_and_test:
13-
name: Build and test
13+
name: Run tests
1414
runs-on: ${{ matrix.os }}
1515
timeout-minutes: 15
1616
strategy:

0 commit comments

Comments
 (0)