Skip to content

Commit

Permalink
Revert workflow changes and rename rust.yml to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timothebot committed Jul 25, 2024
1 parent 3665d85 commit 842d514
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Test

on:
push:
Expand All @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,6 +21,3 @@ jobs:
run: python test_env.py
- name: Run tests
run: cargo test --verbose
- name: Rust Release binary
uses: rust-build/[email protected]

0 comments on commit 842d514

Please sign in to comment.