Skip to content

Commit

Permalink
Improved CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 31, 2023
1 parent fc58bb5 commit 9e61a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
make
sudo make install
- run: nimble -y install db_connector
- run: nim c --run example.nim
- run: nim c example.nim
- run: ./example

0 comments on commit 9e61a9d

Please sign in to comment.