Skip to content

Commit

Permalink
checkout gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Mar 20, 2022
1 parent 776de49 commit b8ed093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ jobs:
path: tests/chat
- cmd: cd tests/ido-pool && anchor test --skip-lint
path: tests/ido-pool
- cmd: cd tests/cfo && anchor run test-with-build
- cmd: cd tests/cfo && anchor run test-with-build && cd deps/stake && git checkout Cargo.lock && cd ../swap && git checkout Cargo.lock
path: tests/cfo
- cmd: cd tests/auction-house && yarn && anchor test --skip-lint
- cmd: cd tests/auction-house && yarn && anchor test --skip-lint && git checkout Cargo.lock
path: tests/auction-house
- cmd: cd tests/floats && yarn && anchor test --skip-lint
path: tests/floats
Expand Down

0 comments on commit b8ed093

Please sign in to comment.