Only run tests on push

This commit is contained in:
Keenan Tims 2023-03-18 22:07:12 -07:00
parent 59bad102c7
commit 5190e83bb3
Signed by: ktims
GPG Key ID: 11230674D69038D4

View File

@ -16,7 +16,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose