Skip to content

Commit

Permalink
Fixed cargo test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanHydrogen committed Jun 5, 2024
1 parent 8db333b commit 037a57a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ on: push

jobs:
cargo-test:
runs-on: rust:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update stable && rustup default stable
- run: cargo build --verbose
- run: cargo test --verbose

Expand Down

0 comments on commit 037a57a

Please sign in to comment.