Skip to content

Commit

Permalink
Merge pull request #19 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Updated workflows
  • Loading branch information
irfanghat authored Jul 11, 2024
2 parents 483ad5a + 91f6bd5 commit ade3906
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
working-directory: ./rust

- name: Run tests
run: cargo test --verbose
working-directory: ./rust

0 comments on commit ade3906

Please sign in to comment.