Skip to content

Commit

Permalink
fix: update dinghy and require bydi
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Nov 17, 2023
1 parent edd5ec4 commit 0b3c39c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions bydi-ci.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

;;; Code:

(require 'bydi)

(defvar bydi-ci--env-github-workspace "GITHUB_WORKSPACE"
"Location of the project in GitHub action.")

Expand Down
2 changes: 1 addition & 1 deletion dinghy
Submodule dinghy updated 2 files
+2 −1 CHANGELOG.md
+3 −2 emacs-package.mk
2 changes: 1 addition & 1 deletion test/bydi-ci-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

;;; Code:

(require 'bydi-ci nil t)
(require 'bydi-ci)

(ert-deftest bydi-ci-setup-paths ()
(let ((load-path nil)
Expand Down
2 changes: 1 addition & 1 deletion test/bydi-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

;;; Code:

(require 'bydi nil t)
(require 'bydi)

(ert-deftest bydi-rf ()
(should (equal (bydi-rf 'test 'this 'now) 'test)))
Expand Down

0 comments on commit 0b3c39c

Please sign in to comment.