Skip to content

Commit

Permalink
CI: Add back the dependency on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Sep 21, 2023
1 parent 8ccf343 commit 6eff080
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
RUSTFLAGS=-Zsanitizer=leak cargo +nightly test --features raw
publish-crate:
# needs:
# - linux-conda-test
# - test-with-coverage
needs:
- linux-conda-test
- test-with-coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6eff080

Please sign in to comment.