Skip to content

Commit

Permalink
Reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Mar 7, 2023
1 parent a5b3860 commit 611bc57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Use cmake
- name: Run tests
run: |
cd tests && make && ./unit
cd benchmark && make
- name: Build benchmarks
run: |
cd benchmarks && make

0 comments on commit 611bc57

Please sign in to comment.