Skip to content

Commit

Permalink
test first?
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenverderame committed Sep 8, 2023
1 parent 8ec0906 commit 7a697da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
- name: Build
- name: Test
run: |
cargo --version && rustc --version && cargo build
python3 ./caiman-test/test.py run
# - name: Build
# run: |
# cargo --version && rustc --version && cargo build
- name: Format
run: cargo fmt --check
- name: Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D clippy::suspicious -W clippy::all -D clippy::correctness
- name: Test
run: |
python3 ./caiman-test/test.py run

0 comments on commit 7a697da

Please sign in to comment.