aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-04-06 19:59:47 +0100
committerAleksey Kladov <[email protected]>2021-04-10 10:43:07 +0100
commite012efca275976b9702e3c47c3919023708680cc (patch)
tree498688bb1fcbf6f41665f6f86a0ec8930434c6f5 /.github/workflows
parent00cdbceb9d7afdabc82788a88df88c6eb1035839 (diff)
Let's try testing for "is not quadratic" condition
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1850068a3..0f68b234c 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -76,7 +76,7 @@ jobs:
76 run: cargo test --no-run --locked 76 run: cargo test --no-run --locked
77 77
78 - name: Test 78 - name: Test
79 run: cargo test 79 run: cargo test -- --nocapture
80 80
81 - name: Prepare cache 81 - name: Prepare cache
82 run: cargo xtask pre-cache 82 run: cargo xtask pre-cache