Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDefuria committed Sep 10, 2023
1 parent 97e16a3 commit 690f597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cd .. && git pull https://github.com/AlexanderDefuria/operations && cd ./circuit-solver-algorithms
- run: cd .. && git clone https://github.com/AlexanderDefuria/operations && cd ./circuit-solver-algorithms
- run: cargo build --verbose
- run: cargo test --verbose

Expand Down
3 changes: 1 addition & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 690f597

Please sign in to comment.