fix github workflows w/ new build config

This commit is contained in:
Will Greenberg
2024-02-13 16:58:02 -08:00
parent a644620eaa
commit 25e3d16e9f

View File

@@ -17,6 +17,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build - name: Build
run: cargo build_pc --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test_pc --verbose run: cargo test --verbose