Skip to content

Commit 09ba96d

Browse files
committed
Always run the test suite again as well
In theory, the tests have already all passed on the Tests GH Action. In practice, I like a belt-and-suspenders approach, so let’s check it again.
1 parent c1efb80 commit 09ba96d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Run clippy
3838
run: cargo clippy -- -D warnings
3939

40+
- name: Run tests
41+
run: cargo test
42+
4043
build:
4144
name: Build ${{ matrix.platform }}-${{ matrix.arch }}
4245
needs: validate

0 commit comments

Comments
 (0)