We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60c38a commit d2f2360Copy full SHA for d2f2360
1 file changed
.github/workflows/check-build.yml
@@ -30,6 +30,4 @@ jobs:
30
command: build
31
args: --release --target=x86_64-pc-windows-gnu
32
- 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
+ run: cargo test --verbose
0 commit comments