summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2022-02-18 13:55:22 +0100
committerbrotzeit <brotzeitmacher@gmail.com>2022-02-18 13:55:22 +0100
commit4902f06b1bb2ab5076b4ceaba085c702b9f8c138 (patch)
treee3a25ed6b193583579b896fbe43e8a6157096019 /.github
parente35a1800fc0f9ed178539d6fb82ed885c1014fb5 (diff)
downloadrust-mode-4902f06b1bb2ab5076b4ceaba085c702b9f8c138.tar.gz
don't run tests for emacs snapshot for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d363ca5..6b016cf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
emacs-version:
- 26.3
- 27.2
- - snapshot
+ # - snapshot
steps:
- uses: actions/checkout@v2