started ch17.5

This commit is contained in:
2025-03-27 16:36:00 -06:00
parent f79a47defd
commit 0e0e0ea857
2 changed files with 204 additions and 2 deletions

View File

@ -7,8 +7,8 @@ name: Rust Checking and Testing
# whenever we create a pull request.
# other examples: [push] and [pull_request, push]
on:
# push:
# branches: [ "master" ]
push: # testing out the job
branches: [ "master" ]
pull_request:
branches: [ "master" ]