Skip to content

Commit

Permalink
Stop running tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
CraftSpider committed Feb 12, 2024
1 parent 78acf74 commit 4818044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-1.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
- name: Run build
run: cargo build --verbose
# tests can't be run because they use ONCE which needs a newer compiler
- name: Run unit tests
run: cargo test --verbose
# - name: Run unit tests
# run: cargo test --verbose

0 comments on commit 4818044

Please sign in to comment.