Skip to content

Commit

Permalink
fix: Broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Oct 9, 2024
1 parent 2173e00 commit dadf239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
- name: Build and Check Rust unit tests and integration tests all pass
run: |
git submodule update --init
cargo install cargo-nextest
make build
make unit-test
make integration-test
make test
- name: Set up Python
uses: actions/setup-python@v3
Expand Down Expand Up @@ -98,6 +98,6 @@ jobs:
- name: Build and Check Rust unit tests and integration tests all pass on Windows
run: |
git submodule update --init
cargo install cargo-nextest
make build
make unit-test
make integration-test
make test

0 comments on commit dadf239

Please sign in to comment.