Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
supragya committed Jul 8, 2024
1 parent 194c5b2 commit e33208e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
ensure_test:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install Nextest
run: cargo install cargo-nextest
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit e33208e

Please sign in to comment.