Skip to content

Commit

Permalink
Rename nego -> demo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmarsh committed Jan 25, 2024
1 parent 248d0d4 commit 036cd5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: sudo apt-get update; sudo apt-get install --no-install-recommends g++ pkg-config libx11-dev libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
if: runner.os == 'linux'

- name: Build nego
run: cargo build --verbose --bin nego
- name: Build gen_move_tab
run: cargo build --verbose --bin gen_move_tab

- name: Build demo
run: cargo build --verbose --bin demo

- name: Build konego
run: cargo build --verbose --bin konego

- name: Build gen_move_tab
run: cargo build --verbose --bin gen_move_tab

- name: Run tests
run: cargo test --verbose

Expand Down

0 comments on commit 036cd5c

Please sign in to comment.