Skip to content

Commit d2f2360

Browse files
committed
Add tests to build check workflow
1 parent d60c38a commit d2f2360

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/check-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,4 @@ jobs:
3030
command: build
3131
args: --release --target=x86_64-pc-windows-gnu
3232
- name: Run tests
33-
run: echo "Tests are not yet set up, assume everything works because why not."
34-
# Add once testing is configured
35-
# run: cargo test --verbose
33+
run: cargo test --verbose

0 commit comments

Comments
 (0)