Skip to content

Commit

Permalink
fix ci yml syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
kunxian-xia committed Nov 27, 2023
1 parent 6353bc8 commit b4193d2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
toolchain: nightly-2022-12-10
override: true
- run: make test

par-test:
runs-on: ubuntu-latest
steps:
Expand All @@ -45,8 +44,7 @@ jobs:
toolchain: nightly-2022-12-10
override: true
- run: make test_par

bench:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b4193d2

Please sign in to comment.