Skip to content

Commit

Permalink
update CI: use correct tl-test branch (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivyfeather authored May 23, 2024
1 parent dbba515 commit 6e15b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Unit test
run: |
git clone https://github.com/OpenXiangShan/tl-test
git clone https://github.com/OpenXiangShan/tl-test -b huancun
make test-top-l2
cd ./tl-test
mkdir build && cd build
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Unit test
run: |
git clone https://github.com/OpenXiangShan/tl-test
git clone https://github.com/OpenXiangShan/tl-test -b huancun
make test-top-l2l3
cd ./tl-test
mkdir build && cd build
Expand Down

0 comments on commit 6e15b5b

Please sign in to comment.