Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkafei committed Jul 17, 2023
1 parent 5986d3c commit 3601feb
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
run: xmake -rv
- name: Start Coffeedb
run: nohup build/linux/x86_64/release/coffeedb &
- name: Test
run: |
python examples/example.py
python test/test-string.py
python test/test-highlight.py
python test/test-concurrency.py
- name: Test Example
run: python examples/example.py
- name: Test String
run: python test/test-string.py
- name: Test Highlight
run: python test/test-highlight.py
- name: Test Concurrency
run: python test/test-concurrency.py



0 comments on commit 3601feb

Please sign in to comment.