Skip to content

Commit

Permalink
Update CI workflow, purposely fail on div
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Dec 19, 2023
1 parent fe31eb7 commit 2f12ec2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
matrix:
version:
- '1.0'
- '1.1'
- '1.2'
- '1.3'
- '1.4'
- '1.5'
- '1'
- 'nightly'
os:
Expand Down
3 changes: 2 additions & 1 deletion src/๐Ÿ“–.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const func_to_emojis = ๐Ÿ“–(
:log => ((Symbol(Char(0x1fab5)), 1.5),), # ๐Ÿชต
:clamp => (:(๐Ÿ—œ๏ธ),),
:mod => (:(๐Ÿ›ต๐Ÿ”ง),),
:div => (:(Symbol(Char(0x1f93f)), 1.5),), # ๐Ÿคฟ
# :div => (:(Symbol(Char(0x1f93f)), 1.5),), # ๐Ÿคฟ
:div => (:(๐Ÿคฟ),), # ๐Ÿคฟ
:inv => (:(โ†”),),
:imag => (:(๐Ÿ”ฎ),),
:round => (:(๐ŸŽ ), :(๐Ÿ”ต),),
Expand Down

0 comments on commit 2f12ec2

Please sign in to comment.