diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2022-02-18 13:55:22 +0100 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2022-02-18 13:55:22 +0100 |
| commit | 4902f06b1bb2ab5076b4ceaba085c702b9f8c138 (patch) | |
| tree | e3a25ed6b193583579b896fbe43e8a6157096019 /.github | |
| parent | e35a1800fc0f9ed178539d6fb82ed885c1014fb5 (diff) | |
| download | rust-mode-4902f06b1bb2ab5076b4ceaba085c702b9f8c138.tar.gz | |
don't run tests for emacs snapshot for now
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
