Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanghat committed Jul 11, 2024
1 parent a63e1ee commit 91f6bd5
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 91f6bd5

Please sign in to comment.