Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
caixiangyue committed Aug 19, 2023
1 parent dc895e8 commit 119a4e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ jobs:
sudo apt-get install cmake g++ make
- name: test
run: |
mkdir build
cd build && cmake .. && make
cmake . && make
./test

0 comments on commit 119a4e9

Please sign in to comment.