Skip to content

Commit

Permalink
Enable tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Jun 29, 2022
1 parent 7f88c6c commit 9fe80a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: build
run: cargo build
- name: test
run: cargo test -- || true
run: cargo test
env:
RUST_BACKTRACE: 1
mac:
Expand All @@ -83,6 +83,6 @@ jobs:
- name: build
run: cargo build
- name: test
run: cargo test -- || true
run: cargo test
env:
RUST_BACKTRACE: 1

0 comments on commit 9fe80a5

Please sign in to comment.