Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trholding authored Oct 2, 2023
1 parent 45e0fa9 commit 95bbc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build runfast
id: make_build_runfast
run: |
make runfast
make run_cc_fast
- name: Test with pytest
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Build runfast
id: make_build_runfast
run: |
make runfast
make run_cc_fast
- name: Test with pytest
run: pytest
Expand Down

0 comments on commit 95bbc0e

Please sign in to comment.